Flowdock
method

wrapped_causes_for

Importance_0
v6.0.0 - Show latest stable - 0 notes - Class: ExceptionWrapper
wrapped_causes_for(exception, backtrace_cleaner) private

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File actionpack/lib/action_dispatch/middleware/exception_wrapper.rb, line 144
      def wrapped_causes_for(exception, backtrace_cleaner)
        causes_for(exception).map { |cause| self.class.new(backtrace_cleaner, cause) }
      end
Register or log in to add new notes.