UNPKG

bipbop-webservice

Version:

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

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