Agent: Remove disused PowerShellRemotingDisabledError
This commit is contained in:
parent
385449101d
commit
c28e200a25
|
@ -22,10 +22,6 @@ from infection_monkey.utils.threading import interruptible_iter
|
|||
logger = logging.getLogger(__name__)
|
||||
|
||||
|
||||
class PowerShellRemotingDisabledError(Exception):
|
||||
pass
|
||||
|
||||
|
||||
class RemoteAgentCopyError(Exception):
|
||||
pass
|
||||
|
||||
|
|
Loading…
Reference in New Issue