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

Method constructor

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

Source from the content-addressed store, hash-verified

710// Query Optimizer Errors
711export class QueryOptimizerError extends TanStackDBError {
712 constructor(message: string) {
713 super(message)
714 this.name = `QueryOptimizerError`
715 }
716}
717
718export class CannotCombineEmptyExpressionListError extends QueryOptimizerError {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected