()
| 10 | |
| 11 | export class QueryKeyRequiredError extends QueryCollectionError { |
| 12 | constructor() { |
| 13 | super(`[QueryCollection] queryKey must be provided.`) |
| 14 | this.name = `QueryKeyRequiredError` |
| 15 | } |
| 16 | } |
| 17 | |
| 18 | export class QueryFnRequiredError extends QueryCollectionError { |
nothing calls this directly
no outgoing calls
no test coverage detected