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

Class

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

Source from the content-addressed store, hash-verified

76}
77
78export class CollectionRequiresConfigError extends CollectionConfigurationError {
79 constructor() {
80 super(`Collection requires a config`)
81 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected