Module: Rescuable (ActiveSupport)

Overview
Module Structure
Module Methods
Rescuable.included / 1
Instance Methods
Rescuable#rescue_with_handler / 1
Rescuable#handler_for_rescue / 1
is a submodule of
module: ActiveSupport   
is modularized into
module: ClassMethods   
has properties
module method: included / 1   
method: rescue_with_handler / 1   
method: handler_for_rescue / 1   
is defined at
#3 in active_support/rescuable.rb  

Overview

Module Structure

  module: <Toplevel Module>
  module: ActiveSupport
✗ module: Rescuable
module: ClassMethods     

Module Methods

Rescuable.included / 1

#4 in active_support/rescuable.rb

included ( base )

Instance Methods

Rescuable#rescue_with_handler / 1

#71 in active_support/rescuable.rb

rescue_with_handler ( exception )

Rescuable#handler_for_rescue / 1

#78 in active_support/rescuable.rb

handler_for_rescue ( exception )