exception documentation
class ExitedWithStderr(Exception):
A process exited with some stderr.
Method | __str__ |
Dump the errors in a pretty way in the event of a subprocess traceback. |
class ExitedWithStderr(Exception):
A process exited with some stderr.
Method | __str__ |
Dump the errors in a pretty way in the event of a subprocess traceback. |