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

Method constructor

packages/db/src/errors.ts:538–540  ·  view source on GitHub ↗
(type: string)

Source from the content-addressed store, hash-verified

536
537export class UnknownExpressionTypeError extends QueryCompilationError {
538 constructor(type: string) {
539 super(`Unknown expression type: ${type}`)
540 }
541}
542
543export class EmptyReferencePathError extends QueryCompilationError {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected