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

Method constructor

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

Source from the content-addressed store, hash-verified

604
605export class InvalidJoinCondition extends JoinError {
606 constructor() {
607 super(`Invalid join condition`)
608 }
609}
610
611export class UnsupportedJoinSourceTypeError extends JoinError {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected