class documentation

class BrokenExceptionMetaclass(type):

View In Hierarchy

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

Method __str__ Undocumented
def __str__(self) -> str: ΒΆ

Undocumented