MCPcopy Create free account
hub / github.com/CommandCodeAI/BaseAI /

Class

packages/core/src/common/errors.ts:106–106  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

104}
105
106export class APIConnectionError extends APIError {
107 override readonly status: undefined = undefined;
108
109 constructor({message, cause}: {message?: string; cause?: Error}) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected