# File lib/twitter/error/client_error.rb, line 12
      def self.from_response(response={})
        new(parse_error(response[:body]), response[:response_headers])
      end