ActiveSupport::Rescuable


Files

Description

Rescuable module adds support for easier exception handling.

Methods

Classes and Modules

Public Instance methods

handler_for_rescue (exception)

rescue_with_handler (exception)

Tries to rescue the exception by looking up and calling a registered handler.