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

Method constructor

packages/db/src/errors.ts:419–421  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

417
418export class QueryMustHaveFromClauseError extends QueryBuilderError {
419 constructor() {
420 super(`Query must have a from clause`)
421 }
422}
423
424export class InvalidWhereExpressionError extends QueryBuilderError {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected