ActiveSupport::Rescuable
module ActiveSupport::Rescuable
Rescuable module adds support for easier exception handling.
Public Instance Methods
Delegates to the class method, but uses the instance as the subject for rescue_from handlers (method calls, instance_exec blocks).
# File activesupport/li