MCPcopy Create free account
hub / github.com/apache/maka /

Class

packages/storage/src/session-store.ts:85–85  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

83}
84
85export class SessionReadMarkerMessageNotFoundError extends Error {
86 readonly name = 'SessionReadMarkerMessageNotFoundError';
87 readonly code = 'session_read_marker_message_not_found';
88

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected