Module: ActionMessageTexter::Rescuable
- Extended by:
- ActiveSupport::Concern
- Includes:
- ActiveSupport::Rescuable
- Included in:
- Base
- Defined in:
- lib/action_message_texter/rescuable.rb
Instance Method Summary collapse
Instance Method Details
#handle_exceptions ⇒ Object
14 15 16 17 18 |
# File 'lib/action_message_texter/rescuable.rb', line 14 def handle_exceptions yield rescue StandardError => e rescue_with_handler(e) || raise end |