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

Class

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

Source from the content-addressed store, hash-verified

23}
24
25export class QueryClientRequiredError extends QueryCollectionError {
26 constructor() {
27 super(`[QueryCollection] queryClient must be provided.`)
28 this.name = `QueryClientRequiredError`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected