diff --git a/monkey/common/utils/exceptions.py b/monkey/common/utils/exceptions.py index a9b4bd550..b13b94e3b 100644 --- a/monkey/common/utils/exceptions.py +++ b/monkey/common/utils/exceptions.py @@ -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 """