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