Agent: Remove disused PowerShellRemotingDisabledError

This commit is contained in:
Mike Salvatore 2022-03-23 12:51:55 -04:00
parent 385449101d
commit c28e200a25
1 changed files with 0 additions and 4 deletions

View File

@ -22,10 +22,6 @@ from infection_monkey.utils.threading import interruptible_iter
logger = logging.getLogger(__name__)
class PowerShellRemotingDisabledError(Exception):
pass
class RemoteAgentCopyError(Exception):
pass