# File lib/twitter/error/server_error.rb, line 13
      def self.from_response(response={})
        new(nil, response[:response_headers])
      end