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

Method constructor

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

Source from the content-addressed store, hash-verified

542
543export class EmptyReferencePathError extends QueryCompilationError {
544 constructor() {
545 super(`Reference path cannot be empty`)
546 }
547}
548
549export class UnknownFunctionError extends QueryCompilationError {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected