# File lib/Borges/RequestHandler/NotFoundHandler.rb, line 3
  def handle_request(req)
    return Borges::NotFoundResponse.new(req.path)
  end