diff options
Diffstat (limited to 'src/leap/keymanager/errors.py')
-rw-r--r-- | src/leap/keymanager/errors.py | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/leap/keymanager/errors.py b/src/leap/keymanager/errors.py index f8965823..c068b27f 100644 --- a/src/leap/keymanager/errors.py +++ b/src/leap/keymanager/errors.py @@ -51,13 +51,6 @@ class NoPasswordGiven(Exception): pass -class InvalidSignature(Exception): - """ - Raised when signature could not be verified. - """ - pass - - class EncryptError(Exception): """ Raised upon failures of encryption. |