class Graphlient::Errors::HttpServerError

def initialize(message, response)

def initialize(message, response)
  super(message, response)
  @status_code = response.code
  @response = response.body
end