class Gitlab::Error::ResponseError

def initialize(response)

def initialize(response)
  @response = response
  super(build_error_message)
end