| 88 | * This allows callers to distinguish between "no matches" and "timed out". |
| 89 | */ |
| 90 | export class RipgrepTimeoutError extends Error { |
| 91 | constructor( |
| 92 | message: string, |
| 93 | public readonly partialResults: string[], |
nothing calls this directly
no outgoing calls
no test coverage detected