| 126 | * Error with search operations |
| 127 | */ |
| 128 | export class SearchError extends CodeGraphError { |
| 129 | readonly query: string; |
| 130 | |
| 131 | constructor(message: string, query: string, cause?: Error) { |
nothing calls this directly
no outgoing calls
no test coverage detected