class documentation

class Exit(RuntimeError):

View In Hierarchy

An exception that indicates that the application should exit with some status code.
Parameters
codethe status code to exit with.
Method __init__ Undocumented
Class Variable __slots__ Undocumented
Instance Variable exit​_code Undocumented
def __init__(self, code=0):

Undocumented

Parameters
code:intUndocumented
__slots__: tuple[str, ...] =

Undocumented

exit_code =

Undocumented