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

Method constructor

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

Source from the content-addressed store, hash-verified

646
647export class UnknownHavingExpressionTypeError extends GroupByError {
648 constructor(type: string) {
649 super(`Unknown expression type in HAVING clause: ${type}`)
650 }
651}
652
653// Storage Errors

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected