mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-03-25 08:55:50 +00:00
11 lines
155 B
Python
11 lines
155 B
Python
class Error(Exception):
|
|
pass
|
|
|
|
class NotFoundError(Error):
|
|
pass
|
|
|
|
class AlreadyExistingError(Error):
|
|
pass
|
|
|
|
class WrongEtagError(Error):
|
|
pass
|