SystemExit.new â system_exit
SystemExit.new(status) â system_exit
SystemExit.new(status, msg) â system_exit
SystemExit.new(msg) â system_exit
SystemExit.new(status) â system_exit
SystemExit.new(status, msg) â system_exit
SystemExit.new(msg) â system_exit
Class Public methods
Create a new SystemExit
exception with the given status and
message. Status is true, false, or an integer. If status is not given, true
is used.
Please login to continue.