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

Method constructor

packages/db/src/errors.ts:79–81  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected