Mega Code Archive

 
Categories / Ruby / Development
 

Status fo an exception

begin     exit(99) rescue SystemExit => e     puts "Exit status is: #{e.status}" end