«
exception documentation

class BrokenStr(Exception):

View In Hierarchy

An exception class the instances of which cannot be presented as strings via str.

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

Undocumented