| 112 | * This error is thrown when a property key is not defined in the schema. |
| 113 | */ |
| 114 | export class PropertyValidationError extends GraphError { |
| 115 | public readonly key: string; |
| 116 | public readonly label: string; |
| 117 |
nothing calls this directly
no outgoing calls
no test coverage detected