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