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

Class

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

Source from the content-addressed store, hash-verified

62 * Thrown when comparing values of incompatible types.
63 */
64export class InvalidComparisonError extends GraphError {
65 public readonly valueA: unknown;
66 public readonly valueB: unknown;
67

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected