MCPcopy Create free account
hub / github.com/WardAnalytics/WardGraph /

Class

src/services/firestore/graph_sharing/errors.ts:2–2  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1// Error for when a graph with a specific UUID is not found
2export class GraphNotFoundError extends Error {
3 constructor(message: string = "Graph not found") {
4 super(message);
5 this.name = "GraphNotFoundError";

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected