exception documentation

class ExitedWithStderr(Exception):

View In Hierarchy

A process exited with some stderr.

Method __str__ Dump the errors in a pretty way in the event of a subprocess traceback.
def __str__(self) -> str: ΒΆ

Dump the errors in a pretty way in the event of a subprocess traceback.