Document the correct class hierarchy for SystemExit. It is not an
error and so it derives from Exception and not SystemError. The docstring was incorrect but the implementation was fine.
Showing
Please register or sign in to comment
error and so it derives from Exception and not SystemError. The docstring was incorrect but the implementation was fine.