@kustomer/chat-react-native
Version:
Kustomer Chat SDK wrapper for React Native
15 lines (14 loc) • 341 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.KustomerError = void 0;
class KustomerError extends Error {
constructor(type, message, reason) {
super(message);
this.type = type;
this.reason = reason;
}
}
exports.KustomerError = KustomerError;
//# sourceMappingURL=KustomerError.js.map