From 51273c4a9dce0c6930cccc0f589d694c58dc0dfc Mon Sep 17 00:00:00 2001 From: VakarisZ Date: Wed, 2 Jun 2021 12:35:54 +0300 Subject: [PATCH] Removed unused exception --- monkey/common/utils/exceptions.py | 4 ---- 1 file changed, 4 deletions(-) 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 """