method
new
v6.0.0 -
Show latest stable
- Class:
ActionView::SyntaxErrorInTemplate
new(template, offending_code_string)public
No documentation available.
# File actionview/lib/action_view/template/error.rb, line 143
def initialize(template, offending_code_string)
@offending_code_string = offending_code_string
super(template)
end