Exception: Interrupt

Inherits:
SignalException show all
Defined in:
error.c

Instance Method Summary collapse

Methods inherited from Exception

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

Constructor Details

#initializeObject



266
267
268
# File 'signal.c', line 266

static VALUE
interrupt_init(self, mesg)
VALUE self, mesg;