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