# File lib/action_controller/rescue.rb, line 72
      def rescue_action(exception)
        rescue_with_handler(exception) ||
          rescue_action_without_handler(exception)
      end