UNPKG

bcucotizaciones

Version:

An easy to use soap client for currency price consulting agains Uruguayan central bank (BCU)

14 lines 439 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.BCUException = void 0; class BCUException extends Error { constructor(message) { if (!message) { message = 'There was en error requesting the data.'; } super(message); Object.setPrototypeOf(this, BCUException.prototype); } } exports.BCUException = BCUException; //# sourceMappingURL=BCUException.js.map