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

Method constructor

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

Source from the content-addressed store, hash-verified

530
531export class UnsupportedFromTypeError extends QueryCompilationError {
532 constructor(type: string) {
533 super(`Unsupported FROM type: ${type}`)
534 }
535}
536
537export class UnknownExpressionTypeError extends QueryCompilationError {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected