exception documentation

class ExitedWithStderr(Exception): (source)

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): (source)

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

Returns
strUndocumented