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

Class

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

Source from the content-addressed store, hash-verified

12}
13
14export class GraphConsistencyError extends GraphError {
15 public constructor(message: string) {
16 super(message);
17 this.name = "GraphConsistencyError";

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected