MCPcopy Create free account
hub / github.com/codemix/graph /

Class

packages/graph/src/Exceptions.ts:195–195  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

193 * This error is thrown during query parsing before any traversal occurs.
194 */
195export class ReadonlyGraphError extends GraphError {
196 public readonly stepName: string;
197
198 public constructor(stepName: string) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected