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

Method constructor

packages/db/src/errors.ts:362–365  ·  view source on GitHub ↗
(message: string)

Source from the content-addressed store, hash-verified

360// Query Builder Errors
361export class QueryBuilderError extends TanStackDBError {
362 constructor(message: string) {
363 super(message)
364 this.name = `QueryBuilderError`
365 }
366}
367
368export class OnlyOneSourceAllowedError extends QueryBuilderError {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected