@coingate/coingate-sdk
Version:
Coingate package
8 lines (7 loc) • 322 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.UnknownApiErrorException = void 0;
const ApiErrorException_1 = require("./ApiErrorException");
class UnknownApiErrorException extends ApiErrorException_1.ApiErrorException {
}
exports.UnknownApiErrorException = UnknownApiErrorException;