Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
64
class
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