UNPKG

@coingate/coingate-sdk

Version:
8 lines (7 loc) 287 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.OrderIsNotValid = void 0; const ApiErrorException_1 = require("../ApiErrorException"); class OrderIsNotValid extends ApiErrorException_1.ApiErrorException { } exports.OrderIsNotValid = OrderIsNotValid;