Common: Remove ScoutSuiteScanError

This commit is contained in:
Mike Salvatore 2022-02-01 14:00:56 -05:00 committed by Shreya Malviya
parent 16bb13fc10
commit 2f397ad37e
1 changed files with 0 additions and 4 deletions

View File

@ -34,10 +34,6 @@ class NoInternetError(Exception):
""" Raise to indicate problems caused when no internet connection is present"""
class ScoutSuiteScanError(Exception):
""" Raise to indicate problems ScoutSuite encountered during scanning"""
class UnknownFindingError(Exception):
""" Raise when provided finding is of unknown type"""