UNPKG

@coingate/coingate-sdk

Version:
7 lines (6 loc) 230 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.InvalidArgumentException = void 0; class InvalidArgumentException extends Error { } exports.InvalidArgumentException = InvalidArgumentException;