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