credithub-webservice
Version:
Chamada aos serviços da CreditHub via NodeJS ou pelo navegador.
24 lines (16 loc) • 729 B
JavaScript
require('./error-codes.js');
var exception = require('./exception-e2541a77.js');
var ExceptionBlockedByConfig = /*#__PURE__*/function (_Exception) {
exception._inherits(ExceptionBlockedByConfig, _Exception);
var _super = exception._createSuper(ExceptionBlockedByConfig);
function ExceptionBlockedByConfig(msg) {
var _this;
exception._classCallCheck(this, ExceptionBlockedByConfig);
_this = _super.call(this, msg);
Object.setPrototypeOf(exception._assertThisInitialized(_this), ExceptionBlockedByConfig.prototype);
return _this;
}
return ExceptionBlockedByConfig;
}(exception.BIPBOPException);
module.exports = ExceptionBlockedByConfig;
//# sourceMappingURL=exception-blocked-by-config.js.map