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

Class

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

Source from the content-addressed store, hash-verified

29}
30
31export class VertexNotFoundError extends GraphError {
32 public readonly vertexId: ElementId;
33
34 public constructor(id: ElementId) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected