MCPcopy Create free account
hub / github.com/MagicCube/agentara /

Class

src/kernel/sessioning/session-manager.ts:339–339  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

337 * Error thrown when attempting to create a session that already exists.
338 */
339export class SessionAlreadyExistsError extends Error {
340 constructor(
341 public readonly sessionId: string,
342 message?: string,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected