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

Class

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

Source from the content-addressed store, hash-verified

150 * the same value for the unique property.
151 */
152export class UniqueConstraintViolationError extends GraphError {
153 public readonly label: string;
154 public readonly property: string;
155 public readonly value: unknown;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected