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

Method constructor

packages/query-db-collection/src/errors.ts:19–22  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

17
18export class QueryFnRequiredError extends QueryCollectionError {
19 constructor() {
20 super(`[QueryCollection] queryFn must be provided.`)
21 this.name = `QueryFnRequiredError`
22 }
23}
24
25export class QueryClientRequiredError extends QueryCollectionError {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected