UNPKG

@sx-bet/sportx-js

Version:

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

7 lines 189 B
export class APISchemaError extends Error { constructor(...args) { super(...args); Error.captureStackTrace(this, Error); } } //# sourceMappingURL=schema_error.js.map