exception documentation

class AlreadyCalled(ValueError):

View In Hierarchy

Undocumented

Method __str__ Undocumented
Constant MESSAGE Undocumented
Class Variable __doc__ Undocumented
def __str__(self) -> str:

Undocumented

MESSAGE: str =

Undocumented

Value
'Tried to cancel an already-called event'
__doc__: str =

Undocumented