MCPcopy Create free account
hub / github.com/Linen-dev/linen.dev /

Class

apps/web/server/exceptions.ts:18–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16}
17
18export class Forbidden extends HttpException {
19 constructor(reason?: string) {
20 super(403, reason || 'Forbidden');
21 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected