Common: Remove utils.InvalidConfigurationError

This commit is contained in:
Shreya Malviya 2022-08-30 12:58:31 +05:30
parent fe3706c0b4
commit 9b924c55b6
1 changed files with 0 additions and 6 deletions

View File

@ -32,9 +32,3 @@ class FindingWithoutDetailsError(Exception):
class DomainControllerNameFetchError(FailedExploitationError):
"""Raise on failed attempt to extract domain controller's name"""
# TODO: This has been replaced by common.configuration.InvalidConfigurationError. Use that error
# instead and remove this one.
class InvalidConfigurationError(Exception):
"""Raise when configuration is invalid"""