UNPKG

bling-erp-api

Version:
14 lines 423 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.BlingApiException = void 0; class BlingApiException extends Error { constructor(response) { super(response.error.description); this.rawResponse = response; } get response() { return this.rawResponse; } } exports.BlingApiException = BlingApiException; //# sourceMappingURL=bling-api.exception.js.map