class ActiveSupport::SyntaxErrorProxy::BacktraceLocationProxy

def initialize(loc, ex)

:nodoc:
def initialize(loc, ex)
  super(loc)
  @ex = ex
end