rxjs
Version:
Reactive Extensions for modern JavaScript
15 lines (14 loc) • 601 B
JavaScript
/** PURE_IMPORTS_START tslib PURE_IMPORTS_END */
import * as tslib_1 from "tslib";
var ArgumentOutOfRangeError = /*@__PURE__*/ (function (_super) {
tslib_1.__extends(ArgumentOutOfRangeError, _super);
function ArgumentOutOfRangeError() {
var _this = _super.call(this, 'argument out of range') || this;
_this.name = 'ArgumentOutOfRangeError';
Object.setPrototypeOf(_this, ArgumentOutOfRangeError.prototype);
return _this;
}
return ArgumentOutOfRangeError;
}(Error));
export { ArgumentOutOfRangeError };
//# sourceMappingURL=ArgumentOutOfRangeError.js.map