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

Class

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

Source from the content-addressed store, hash-verified

82}
83
84export class CollectionRequiresSyncConfigError extends CollectionConfigurationError {
85 constructor() {
86 super(`Collection requires a sync config`)
87 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected