forked from p15670423/monkey
Removed unused exception
This commit is contained in:
parent
9fcfaac781
commit
51273c4a9d
|
@ -64,7 +64,3 @@ class NoCredentialsError(Exception):
|
|||
|
||||
class InvalidConfigurationError(Exception):
|
||||
""" Raise when configuration is invalid """
|
||||
|
||||
|
||||
class FailedDecryption(Exception):
|
||||
""" Raise when any kind of decryption fails """
|
||||
|
|
Loading…
Reference in New Issue