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

Class

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

Source from the content-addressed store, hash-verified

350 * Error thrown when attempting to resume a session that does not exist.
351 */
352export class SessionNotFoundError extends Error {
353 constructor(
354 public readonly sessionId: string,
355 message?: string,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected