class Airbrake::Config

def host=(value)

def host=(value)
  logger.warn(HOST_DEPRECATION_MSG)
  @error_host = value
end