Exception: SignalException

Inherits:
Exception show all
Defined in:
error.c

Direct Known Subclasses

Interrupt

Instance Method Summary collapse

Methods inherited from Exception

#backtrace, #exception, exception, #inspect, #message, #set_backtrace, #to_s, #to_str

Constructor Details

#new(sig) ⇒ Object

Construct a new SignalException object. sig should be a known

signal name, or a signal number.


210
211
212
# File 'signal.c', line 210

static VALUE
esignal_init(argc, argv, self)
int argc;