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

Method constructor

packages/db/src/errors.ts:104–107  ·  view source on GitHub ↗
(message: string)

Source from the content-addressed store, hash-verified

102// Collection State Errors
103export class CollectionStateError extends TanStackDBError {
104 constructor(message: string) {
105 super(message)
106 this.name = `CollectionStateError`
107 }
108}
109
110export class CollectionInErrorStateError extends CollectionStateError {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected