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

Class

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

Source from the content-addressed store, hash-verified

3
4// Flagged: direct extends Error
5class MyError extends Error {}
6
7// Flagged: via alias
8const E = Error

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected