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

Class

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

Source from the content-addressed store, hash-verified

177 * The graph database only supports synchronous validation.
178 */
179export class AsyncValidationError extends GraphError {
180 public readonly key: string;
181 public readonly label: string;
182

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected