Contents:
This module provides a simple base class for exceptions generated by running a third-party tool.
Bases: Exception
Exception
An error raised when a command-line tool fails.
returncode (int) –
stdout (str) –
stderr (str) –