class documentation

class BrokenExceptionMetaclass(type): (source)

View In Hierarchy

A metaclass for an exception type which cannot be presented as a string via str.

Method __str__ Undocumented
def __str__(self): (source)

Undocumented

Returns
strUndocumented