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