Common: Remove ScoutSuiteScanError
This commit is contained in:
parent
16bb13fc10
commit
2f397ad37e
|
@ -34,10 +34,6 @@ class NoInternetError(Exception):
|
||||||
""" Raise to indicate problems caused when no internet connection is present"""
|
""" 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):
|
class UnknownFindingError(Exception):
|
||||||
""" Raise when provided finding is of unknown type"""
|
""" Raise when provided finding is of unknown type"""
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue