Common: Remove RulePathCreatorNotFound Exception

This commit is contained in:
Mike Salvatore 2022-02-01 14:56:08 -05:00 committed by Shreya Malviya
parent d2947796ff
commit 7498cbbe56
1 changed files with 0 additions and 4 deletions

View File

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