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

Method constructor

apps/web/server/exceptions.ts:5–9  ·  view source on GitHub ↗
(status: number, message: string)

Source from the content-addressed store, hash-verified

3 public message: string;
4
5 constructor(status: number, message: string) {
6 super(message);
7 this.status = status;
8 this.message = message;
9 }
10}
11
12export class Unauthorized extends HttpException {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected