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

Class

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

Source from the content-addressed store, hash-verified

5 * Provides a common type for catching graph-specific errors.
6 */
7export class GraphError extends Error {
8 public constructor(message: string) {
9 super(message);
10 this.name = "GraphError";

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected