forked from p15670423/monkey
Common: Remove RulePathCreatorNotFound Exception
This commit is contained in:
parent
d2947796ff
commit
7498cbbe56
|
@ -22,10 +22,6 @@ class IncorrectCredentialsError(Exception):
|
|||
""" Raise to indicate that authentication failed """
|
||||
|
||||
|
||||
class RulePathCreatorNotFound(Exception):
|
||||
""" Raise to indicate that ScoutSuite rule doesn't have a path creator"""
|
||||
|
||||
|
||||
class InvalidAWSKeys(Exception):
|
||||
""" Raise to indicate that AWS API keys are invalid"""
|
||||
|
||||
|
|
Loading…
Reference in New Issue