| 81 | } |
| 82 | |
| 83 | export class InvalidSyncOperationError extends QueryCollectionError { |
| 84 | constructor(message: string) { |
| 85 | super(`Invalid sync operation: ${message}`) |
| 86 | this.name = `InvalidSyncOperationError` |
nothing calls this directly
no outgoing calls
no test coverage detected