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

Class

packages/api-client/src/index.ts:57–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55export { AxiosRequestConfig };
56
57export class HttpError extends Error {
58 status: number = 0;
59 details: string | undefined;
60 constructor(status: number, message: string, details?: string) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected