pusher-js
Version:
Pusher JavaScript library for browser, React Native, NodeJS and web workers
8 lines (7 loc) • 340 B
text/typescript
/** Error classes used throughout the library. */
export class BadEventName extends Error {}
export class RequestTimedOut extends Error {}
export class TransportPriorityTooLow extends Error {}
export class TransportClosed extends Error {}
export class UnsupportedTransport extends Error {}
export class UnsupportedStrategy extends Error {}