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