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

Method constructor

apps/web/server/exceptions.ts:13–15  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

11
12export class Unauthorized extends HttpException {
13 constructor() {
14 super(401, 'Unauthorized');
15 }
16}
17
18export class Forbidden extends HttpException {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected