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