UNPKG

credithub-webservice

Version:

Chamada aos serviços da CreditHub via NodeJS ou pelo navegador.

24 lines (16 loc) 765 B
require('./error-codes.js'); var exception = require('./exception-e2541a77.js'); var ExceptionInternalUserBlocked = /*#__PURE__*/function (_Exception) { exception._inherits(ExceptionInternalUserBlocked, _Exception); var _super = exception._createSuper(ExceptionInternalUserBlocked); function ExceptionInternalUserBlocked(msg) { var _this; exception._classCallCheck(this, ExceptionInternalUserBlocked); _this = _super.call(this, msg); Object.setPrototypeOf(exception._assertThisInitialized(_this), ExceptionInternalUserBlocked.prototype); return _this; } return ExceptionInternalUserBlocked; }(exception.BIPBOPException); module.exports = ExceptionInternalUserBlocked; //# sourceMappingURL=exception-internal-user-blocked.js.map