Lines Matching refs:ex
399 except AdbError as ex:
400 return self.__internal_error(str(ex))
401 except BadRequest as ex:
402 return self.__bad_request(str(ex))
403 except Exception as ex:
404 return self.__internal_error(repr(ex))
413 except OSError as ex:
415 ' '.join(command), repr(ex)))
417 ' '.join(command), repr(ex)))
418 except subprocess.CalledProcessError as ex:
420 ' '.join(command), ex.output.decode("utf-8")))
422 params, ex.output.decode("utf-8")))
436 except OSError as ex:
438 params, repr(ex)))
440 'Error executing adb command: adb {}\n{}'.format(params, repr(ex)))
539 except OSError as ex:
541 'Error executing adb command: adb shell\n{}'.format(repr(ex)))