method
new
v8.0.0 -
Show latest stable
- Class:
ActionDispatch::ExceptionWrapper::SourceMapLocation
new(location, template)public
No documentation available.
# File actionpack/lib/action_dispatch/middleware/exception_wrapper.rb, line 234
def initialize(location, template)
super(location)
@template = template
end