exception documentation

class GoalFailure(Exception, GoalResult):

Constructor: GoalFailure(test_result)

View In Hierarchy

Undocumented

Method __init__ Undocumented
Method __str__ Undocumented

Inherited from GoalResult:

Instance Variable error Undocumented
Instance Variable message Undocumented
Instance Variable status Undocumented
def __init__(self, test_result: GoalResult):
def __str__(self):

Undocumented