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