MCPcopy Create free account
hub / github.com/freecodexyz/free-code /

Class

src/cli/transports/ccrClient.ts:55–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53
54/** Thrown by initialize(); carries a typed reason for the diag classifier. */
55export class CCRInitError extends Error {
56 constructor(readonly reason: CCRInitFailReason) {
57 super(`CCRClient init failed: ${reason}`)
58 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected