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