exception documentation

class ResonateShutdownError(ResonateError):

Constructor: ResonateShutdownError(mesg)

View In Hierarchy

Undocumented

Method __init__ Undocumented
Method __reduce__ Undocumented

Inherited from ResonateError:

Method __str__ Undocumented
Instance Variable code Undocumented
Instance Variable details Undocumented
Instance Variable mesg Undocumented
def __init__(self, mesg: str):
def __reduce__(self) -> str | tuple[Any, ...]: