Commit 7e1dd555 authored by Antoine Millet's avatar Antoine Millet
Browse files

Added CloneError exception.

parent 759a9ae3
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -60,3 +60,7 @@ class UnknownObjectError(Exception):

class ElectionError(Exception):
    pass


class CloneError(Exception):
    pass