Searched refs:LiteDeviceExecuteCommandError (Results 1 – 4 of 4) sorted by relevance
66 class LiteDeviceExecuteCommandError(LiteDeviceError): class68 super(LiteDeviceExecuteCommandError, self).__init__(
27 from ohos.exception import LiteDeviceExecuteCommandError87 raise LiteDeviceExecuteCommandError("execute file not exist",
42 from ohos.exception import LiteDeviceExecuteCommandError359 except (LiteDeviceExecuteCommandError, Exception) as exception:
55 from ohos.exception import LiteDeviceExecuteCommandError680 except (LiteDeviceExecuteCommandError, Exception) as exception:966 except (LiteDeviceExecuteCommandError, Exception) as exception: