MCPcopy Create free account
hub / github.com/Openpanel-dev/openpanel /

Class

packages/trpc/src/errors.ts:15–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13}
14
15export class TRPCForbiddenError extends TRPCError {
16 constructor(message: string) {
17 super({ code: 'FORBIDDEN', message });
18 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected