diff options
Diffstat (limited to 'node_modules/rxjs/dist/esm5/internal/util/EmptyError.js')
| -rw-r--r-- | node_modules/rxjs/dist/esm5/internal/util/EmptyError.js | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/node_modules/rxjs/dist/esm5/internal/util/EmptyError.js b/node_modules/rxjs/dist/esm5/internal/util/EmptyError.js deleted file mode 100644 index 0dc48bc..0000000 --- a/node_modules/rxjs/dist/esm5/internal/util/EmptyError.js +++ /dev/null @@ -1,9 +0,0 @@ -import { createErrorClass } from './createErrorClass'; -export var EmptyError = createErrorClass(function (_super) { - return function EmptyErrorImpl() { - _super(this); - this.name = 'EmptyError'; - this.message = 'no elements in sequence'; - }; -}); -//# sourceMappingURL=EmptyError.js.map
\ No newline at end of file |
