MCPcopy Create free account
hub / github.com/callstackincubator/polygen /

Class

packages/codegen/src/codegen/utils.ts:64–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62}
63
64class SymbolMatchError extends Error {
65 constructor(public kind: string) {
66 super(`Unknown import type ${kind}`);
67 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected