MCPcopy Create free account
hub / github.com/Noumena-Network/code /

Class

src/utils/sessionStorage.ts:200–200  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

198 * the failure to the user.
199 */
200export class TranscriptParseError extends Error {
201 readonly filePath: string
202 readonly line?: number
203 readonly code: 'ENOENT' | 'PARSE' | 'UNKNOWN'

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected