Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Openpanel-dev/openpanel
/
Class
packages/trpc/src/errors.ts:9–9 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
7
}
8
9
export
class
TRPCNotFoundError extends TRPCError {
10
constructor(message: string) {
11
super({ code:
'NOT_FOUND'
, message });
12
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected