Home
last modified time | relevance | path

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

/external/autotest/server/cros/
Dautoupdater.py106 class _AttributedUpdateError(error.TestFail): class
110 super(_AttributedUpdateError, self).__init__(
130 class HostUpdateError(_AttributedUpdateError):
151 class DevServerError(_AttributedUpdateError):
166 class ImageInstallError(_AttributedUpdateError):
183 class NewBuildUpdateError(_AttributedUpdateError):
259 if isinstance(exception, _AttributedUpdateError):
1033 except _AttributedUpdateError:
1041 except _AttributedUpdateError:
1049 except _AttributedUpdateError:
Dautoupdater_unittest.py16 class _StubUpdateError(autoupdater._AttributedUpdateError):