From fa06263f1c2242966cbaa8c4b199dda5f6772f39 Mon Sep 17 00:00:00 2001 From: Mike Salvatore Date: Wed, 3 Aug 2022 14:54:42 -0400 Subject: [PATCH] Common: Remove disused VersionServerConnectionError --- 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 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"""