| 177 | * The graph database only supports synchronous validation. |
| 178 | */ |
| 179 | export class AsyncValidationError extends GraphError { |
| 180 | public readonly key: string; |
| 181 | public readonly label: string; |
| 182 |
nothing calls this directly
no outgoing calls
no test coverage detected