UNPKG

@kustomer/chat-react-native

Version:

Kustomer Chat SDK wrapper for React Native

10 lines (9 loc) 212 B
"use strict"; export class KustomerError extends Error { constructor(type, message, reason) { super(message); this.type = type; this.reason = reason; } } //# sourceMappingURL=KustomerError.js.map