Class t.i.e.ProcessTerminated(ConnectionLost):

Part of twisted.internet.error View Source View In Hierarchy

A process has ended with a probable error condition
Line # Kind Name Docs
225 Method __init__ Undocumented

Inherited from ConnectionLost:

Line # Kind Name Docs
168 Method __str__ Undocumented
def __init__(self, exitCode=None, signal=None, status=None):
Undocumented