Home
last modified time | relevance | path

Searched refs:DnsUpdateError (Results 1 – 2 of 2) sorted by relevance

/external/chromium-trace/catapult/telemetry/third_party/web-page-replay/
Dplatformsettings.py54 class DnsUpdateError(PlatformSettingsError): class
351 return DnsUpdateError('Did you run under sudo?')
573 raise DnsUpdateError('Could not find a suitable nameserver entry in %s' %
678 return DnsUpdateError('Did you run as administrator?')
747 raise DnsUpdateError("Interface with valid DNS configured not found.")
Dreplay.py371 platformsettings.DnsUpdateError) as e: