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