method

new

rails latest stable - Class: ActionView::SyntaxErrorInTemplate
new(template, offending_code_string)
public

No documentation available.

# File actionview/lib/action_view/template/error.rb, line 246
    def initialize(template, offending_code_string)
      @offending_code_string = offending_code_string
      super(template)
    end