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

Method constructor

packages/query-db-collection/src/errors.ts:5–8  ·  view source on GitHub ↗
(message: string)

Source from the content-addressed store, hash-verified

3// Query Collection Errors
4export class QueryCollectionError extends TanStackDBError {
5 constructor(message: string) {
6 super(message)
7 this.name = `QueryCollectionError`
8 }
9}
10
11export class QueryKeyRequiredError extends QueryCollectionError {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected