Skip to content
Snippets Groups Projects
Commit 7e1dd555 authored by Antoine Millet's avatar Antoine Millet
Browse files

Added CloneError exception.

parent 759a9ae3
No related branches found
No related tags found
No related merge requests found
......@@ -60,3 +60,7 @@ class UnknownObjectError(Exception):
class ElectionError(Exception):
pass
class CloneError(Exception):
pass
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment