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

Class

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

Source from the content-addressed store, hash-verified

7// Flagged: via alias
8const E = Error
9class MyError2 extends E {}
10
11// Not flagged: indirect (extends a subclass of Error)
12class Base extends Error {}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected