| 77 | * Thrown when a traversal step exceeds the configured iteration limit. |
| 78 | */ |
| 79 | export class MaxIterationsExceededError extends GraphError { |
| 80 | public readonly limit: number; |
| 81 | public readonly step: string; |
| 82 |
nothing calls this directly
no outgoing calls
no test coverage detected