Exception: SignalException
Overview
Raised when a signal is received.
begin
Process.kill('HUP',Process.pid)
rescue SignalException => e
puts "received Exception #{e}"
end
produces:
received Exception SIGHUP
Direct Known Subclasses
Method Summary
Methods inherited from Exception
#==, #backtrace, exception, #exception, #initialize, #inspect, #message, #set_backtrace, #to_s
Constructor Details
This class inherits a constructor from Exception