forked from p15670423/monkey
Common: Remove utils.InvalidConfigurationError
This commit is contained in:
parent
fe3706c0b4
commit
9b924c55b6
|
@ -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"""
|
||||
|
|
Loading…
Reference in New Issue