MCPcopy Create free account
hub / github.com/Effect-TS/tsgo /

Class

testdata/tests/effect-v3/extendsNativeError.ts:13–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11// Not flagged: indirect (extends a subclass of Error)
12class Base extends Error {}
13class MyError3 extends Base {}
14
15// Not flagged: unrelated class
16class Bar {}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected