bipbop-webservice
Version:
Chamada aos serviços da BIPBOP via NodeJS ou pelo navegador.
20 lines (14 loc) • 592 B
JavaScript
require('./error-codes.js');
var __chunk_1 = require('./chunk-6206e12c.js');
var exception = require('./exception.js');
var ExceptionUnderMaintenance =
/*#__PURE__*/
function (_Exception) {
__chunk_1._inherits(ExceptionUnderMaintenance, _Exception);
function ExceptionUnderMaintenance() {
__chunk_1._classCallCheck(this, ExceptionUnderMaintenance);
return __chunk_1._possibleConstructorReturn(this, __chunk_1._getPrototypeOf(ExceptionUnderMaintenance).apply(this, arguments));
}
return ExceptionUnderMaintenance;
}(exception);
module.exports = ExceptionUnderMaintenance;