MCPcopy Create free account
hub / github.com/TanStack/db /

Class

packages/query-db-collection/src/errors.ts:11–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9}
10
11export class QueryKeyRequiredError extends QueryCollectionError {
12 constructor() {
13 super(`[QueryCollection] queryKey must be provided.`)
14 this.name = `QueryKeyRequiredError`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected