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