shell_utils drunc.utils.shell_utils Classes InterruptedCommand(*args, **kwargs) Bases: DruncShellException This exception gets thrown if we don't want to have a full stack, but still want to interrupt a shell command Source code in drunc/exceptions.py 10 11def __init__(self, *args, **kwargs): super().__init__(*args, **kwargs)