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

Class

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

Source from the content-addressed store, hash-verified

359
360// Query Builder Errors
361export class QueryBuilderError extends TanStackDBError {
362 constructor(message: string) {
363 super(message)
364 this.name = `QueryBuilderError`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected