Common: Remove disused VersionServerConnectionError

This commit is contained in:
Mike Salvatore 2022-08-03 14:54:42 -04:00
parent ba6d1b18ee
commit fa06263f1c
1 changed files with 0 additions and 4 deletions

View File

@ -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"""