| 37 | } |
| 38 | |
| 39 | export class SyncNotInitializedError extends QueryCollectionError { |
| 40 | constructor() { |
| 41 | super( |
| 42 | `Collection must be in 'ready' state for manual sync operations. Sync not initialized yet.`, |
nothing calls this directly
no outgoing calls
no test coverage detected