Exception: Interrupt
- Inherits:
-
SignalException
- Object
- Exception
- SignalException
- Interrupt
- Defined in:
- error.c
Instance Method Summary collapse
- #initialize ⇒ Object constructor
Methods inherited from Exception
#backtrace, #exception, exception, #inspect, #message, #set_backtrace, #to_s, #to_str
Constructor Details
#initialize ⇒ Object
266 267 268 |
# File 'signal.c', line 266 static VALUE interrupt_init(self, mesg) VALUE self, mesg; |