| 23 | } |
| 24 | |
| 25 | export class QueryClientRequiredError extends QueryCollectionError { |
| 26 | constructor() { |
| 27 | super(`[QueryCollection] queryClient must be provided.`) |
| 28 | this.name = `QueryClientRequiredError` |
nothing calls this directly
no outgoing calls
no test coverage detected