UNPKG

@sx-bet/sportx-js

Version:

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

11 lines 333 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.APISchemaError = void 0; class APISchemaError extends Error { constructor(...args) { super(...args); Error.captureStackTrace(this, Error); } } exports.APISchemaError = APISchemaError; //# sourceMappingURL=schema_error.js.map