class ActionDispatch::ExceptionWrapper::SourceMapLocation

def initialize(location, template)

:nodoc:
def initialize(location, template)
  super(location)
  @template = template
end