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