class Github::Error::ServiceError
def initialize(response)
def initialize(response) @http_headers = response[:response_headers] message = parse_response(response) super(message) end
def initialize(response) @http_headers = response[:response_headers] message = parse_response(response) super(message) end