One storage unexpectedly got completely empty between two synchronizations. The first argument is the empty storage. :param empty_storage: The empty :py:class:`vdirsyncer.storage.base.Storage`.
| 42 | |
| 43 | |
| 44 | class StorageEmpty(SyncError): |
| 45 | ''' |
| 46 | One storage unexpectedly got completely empty between two synchronizations. |
| 47 | The first argument is the empty storage. |
| 48 | |
| 49 | :param empty_storage: The empty |
| 50 | :py:class:`vdirsyncer.storage.base.Storage`. |
| 51 | ''' |
| 52 | |
| 53 | empty_storage = None |
| 54 | |
| 55 | |
| 56 | class BothReadOnly(SyncError): |