class documentation

An exception that indicates that the application should exit with some status code. :param code: the status code to exit with.

Method __init__ Undocumented
Class Variable __slots__ Undocumented
Instance Variable exit_code Undocumented
def __init__(self, code=0): (source)

Undocumented

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

Undocumented

exit_code = (source)

Undocumented