Home | History | Annotate | Download | only in server

Lines Matching full:autotestabort

37 class AutotestAbort(AutotestFailure):
682 @raises AutotestAbort: If none of the above exceptions were raised.
709 raise AutotestAbort(msg)
935 except AutotestAbort as e: