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

Class

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

Source from the content-addressed store, hash-verified

137
138// Collection Operation Errors
139export class CollectionOperationError extends TanStackDBError {
140 constructor(message: string) {
141 super(message)
142 this.name = `CollectionOperationError`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected