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

Class

packages/query-db-collection/src/errors.ts:4–4  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2
3// Query Collection Errors
4export class QueryCollectionError extends TanStackDBError {
5 constructor(message: string) {
6 super(message)
7 this.name = `QueryCollectionError`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected