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