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

Class

packages/db/src/errors.ts:368–368  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

366}
367
368export class OnlyOneSourceAllowedError extends QueryBuilderError {
369 constructor(context: string) {
370 super(`Only one source is allowed in the ${context}`)
371 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected