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

Method constructor

packages/api-client/src/index.ts:60–64  ·  view source on GitHub ↗
(status: number, message: string, details?: string)

Source from the content-addressed store, hash-verified

58 status: number = 0;
59 details: string | undefined;
60 constructor(status: number, message: string, details?: string) {
61 super(message);
62 this.status = status;
63 this.details = details;
64 }
65}
66
67export default class ApiClient {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected