UNPKG

@sx-bet/sportx-js

Version:

Provides an easy to use API to interact with the SportX relayer.

9 lines 253 B
export class APIError extends Error { constructor(details = {}, ...args) { super(...args); this.details = {}; Error.captureStackTrace(this, Error); this.details = details; } } //# sourceMappingURL=api_error.js.map