UNPKG

bitpay-sdk

Version:

Complete version of the NodeJS library for the new cryptographically secure BitPay API

9 lines 390 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.BitPayGenericException = void 0; const BitPayException_1 = require("./BitPayException"); class BitPayGenericException extends BitPayException_1.default { } exports.BitPayGenericException = BitPayGenericException; exports.default = BitPayGenericException; //# sourceMappingURL=BitPayGenericException.js.map