MCPcopy Create free account
hub / github.com/ReactiveX/rxjs /

Class

packages/rxjs/src/empty-error.ts:6–6  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4 * An error thrown when an Observable sequence has no elements.
5 */
6export class EmptyError extends Error {
7 constructor() {
8 super('no elements in sequence');
9 this.name = 'EmptyError';

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected