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