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

Method constructor

packages/db/src/errors.ts:375–377  ·  view source on GitHub ↗
(context: string)

Source from the content-addressed store, hash-verified

373
374export class SubQueryMustHaveFromClauseError extends QueryBuilderError {
375 constructor(context: string) {
376 super(`A sub query passed to a ${context} must have a from clause itself`)
377 }
378}
379
380export class InvalidSourceError extends QueryBuilderError {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected