| 359 | |
| 360 | // Query Builder Errors |
| 361 | export class QueryBuilderError extends TanStackDBError { |
| 362 | constructor(message: string) { |
| 363 | super(message) |
| 364 | this.name = `QueryBuilderError` |
nothing calls this directly
no outgoing calls
no test coverage detected