diff --git a/monkey/common/utils/exceptions.py b/monkey/common/utils/exceptions.py index 31cebca32..fbc60d863 100644 --- a/monkey/common/utils/exceptions.py +++ b/monkey/common/utils/exceptions.py @@ -26,10 +26,6 @@ class UnknownFindingError(Exception): """Raise when provided finding is of unknown type""" -class VersionServerConnectionError(Exception): - """Raise to indicate that connection to version update server failed""" - - class FindingWithoutDetailsError(Exception): """Raise when pulling events for a finding, but get none"""