MCPcopy
hub / github.com/angular/angular / FooError

Class FooError

packages/core/rxjs-interop/test/rx_resource_spec.ts:121–124  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

119
120 it('should handle Error like objects', async () => {
121 class FooError implements Error {
122 name = 'FooError';
123 message = 'This is a FooError';
124 }
125
126 const injector = TestBed.inject(Injector);
127 const appRef = TestBed.inject(ApplicationRef);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…