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