Methods
Class Public methods
new(template, offending_code_string)
Source:
# File actionview/lib/action_view/template/error.rb, line 138
def initialize(template, offending_code_string)
@offending_code_string = offending_code_string
super(template)
end