bitpay-sdk
Version:
Complete version of the NodeJS library for the new cryptographically secure BitPay API
9 lines • 429 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.BitPayValidationException = void 0;
const BitPayGenericException_1 = require("./BitPayGenericException");
class BitPayValidationException extends BitPayGenericException_1.default {
}
exports.BitPayValidationException = BitPayValidationException;
exports.default = BitPayValidationException;
//# sourceMappingURL=BitPayValidationException.js.map