Common: Remove disused VersionServerConnectionError
This commit is contained in:
parent
ba6d1b18ee
commit
fa06263f1c
|
@ -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"""
|
||||
|
||||
|
|
Loading…
Reference in New Issue