UNPKG

bipbop-webservice

Version:

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

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