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

Class

packages/db/src/errors.ts:103–103  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

101
102// Collection State Errors
103export class CollectionStateError extends TanStackDBError {
104 constructor(message: string) {
105 super(message)
106 this.name = `CollectionStateError`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected