Searched defs:AutodirNotFoundError (Results 1 - 1 of 1) sorted by relevance

/external/autotest/server/
H A Dautotest.py51 class AutodirNotFoundError(Exception): class in inherits:Exception
129 @raises AutodirNotFoundError if no Autotest installation can be found.
146 raise AutodirNotFoundError
160 except AutodirNotFoundError:

Completed in 714 milliseconds