- Inheritance
Rescuable module adds support for easier exception handling.
Classes & Modules
Methods
Instance
| Visibility | Signature |
|---|---|
| public | handler_for_rescue (exception) |
| public | rescue_with_handler (exception) |
Instance Method Detail
handler_for_rescue(exception)
rescue_with_handler(exception)
Tries to rescue the exception by looking up and calling a registered handler.