MCPcopy Create free account
hub / github.com/arctic-cli/interface /

Class

packages/arctic/src/session/index.ts:379–379  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

377 )
378
379 export class BusyError extends Error {
380 constructor(public readonly sessionID: string) {
381 super(`Session ${sessionID} is busy`)
382 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected