| 193 | * This error is thrown during query parsing before any traversal occurs. |
| 194 | */ |
| 195 | export class ReadonlyGraphError extends GraphError { |
| 196 | public readonly stepName: string; |
| 197 | |
| 198 | public constructor(stepName: string) { |
nothing calls this directly
no outgoing calls
no test coverage detected