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