| 96 | * This allows callers to distinguish between "no matches" and "timed out". |
| 97 | */ |
| 98 | export class RipgrepTimeoutError extends Error { |
| 99 | constructor( |
| 100 | message: string, |
| 101 | public readonly partialResults: string[], |
nothing calls this directly
no outgoing calls
no test coverage detected