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

Method constructor

packages/db/src/errors.ts:550–552  ·  view source on GitHub ↗
(functionName: string)

Source from the content-addressed store, hash-verified

548
549export class UnknownFunctionError extends QueryCompilationError {
550 constructor(functionName: string) {
551 super(`Unknown function: ${functionName}`)
552 }
553}
554
555export class JoinCollectionNotFoundError extends QueryCompilationError {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected