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