UNPKG

rubic-sdk-next

Version:
12 lines 441 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.TradeExpiredError = void 0; const rubic_sdk_error_1 = require("../rubic-sdk.error"); class TradeExpiredError extends rubic_sdk_error_1.RubicSdkError { constructor() { super(); Object.setPrototypeOf(this, TradeExpiredError.prototype); } } exports.TradeExpiredError = TradeExpiredError; //# sourceMappingURL=trade-expired.error.js.map