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

Method constructor

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

Source from the content-addressed store, hash-verified

23
24export class NotFound extends HttpException {
25 constructor() {
26 super(404, 'NotFound');
27 }
28}
29
30export class InvalidCsrf extends HttpException {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected