# File lib/twitter/error.rb, line 6
    def initialize(message, http_headers)
      @http_headers = Hash[http_headers]
      super message
    end