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 ExceptionInvalidArgument = /*#__PURE__*/function (_Exception) {
exception._inherits(ExceptionInvalidArgument, _Exception);
var _super = exception._createSuper(ExceptionInvalidArgument);
function ExceptionInvalidArgument(msg) {
var _this;
exception._classCallCheck(this, ExceptionInvalidArgument);
_this = _super.call(this, msg);
Object.setPrototypeOf(exception._assertThisInitialized(_this), ExceptionInvalidArgument.prototype);
return _this;
}
return ExceptionInvalidArgument;
}(exception.BIPBOPException);
module.exports = ExceptionInvalidArgument;
//# sourceMappingURL=exception-invalid-argument.js.map