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

Class

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

Source from the content-addressed store, hash-verified

112 * This error is thrown when a property key is not defined in the schema.
113 */
114export class PropertyValidationError extends GraphError {
115 public readonly key: string;
116 public readonly label: string;
117

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected