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

Class

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

Source from the content-addressed store, hash-verified

69
70// Collection Configuration Errors
71export class CollectionConfigurationError extends TanStackDBError {
72 constructor(message: string) {
73 super(message)
74 this.name = `CollectionConfigurationError`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected