Flowdock
new(template, assigns, original_exception) public

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_view/template/error.rb, line 59
      def initialize(template, assigns, original_exception)
        super(original_exception.message)
        @template, @assigns, @original_exception = template, assigns.dup, original_exception
        @sub_templates = nil
        @backtrace = original_exception.backtrace
      end
Register or log in to add new notes.