# File lib/vendor/route_exceptions.rb, line 34
    def route(to, env, exception)
      env.merge!(
        PATH_INFO   => env['PATH_INFO'],
        EXCEPTION   => exception,
        'PATH_INFO' => to)
      call(env, try_again = false)
    end