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

Class

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected