MCPcopy Create free account
hub / github.com/Markonis/hndl /

Class

src/error.ts:10–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8}
9
10export class HttpError extends Error {
11 status: HttpStatus;
12 body?: any;
13 headers?: Record<string, string>;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected