Searched refs:SystemdUnitNotFoundError (Results 1 – 2 of 2) sorted by relevance
162 class SystemdUnitNotFoundError(Exception): class180 raise SystemdUnitNotFoundError(self.root, unit)232 except SystemdUnitNotFoundError as e:276 except SystemdUnitNotFoundError:321 except SystemdUnitNotFoundError as e:327 except SystemdUnitNotFoundError as e:
178 class SystemdUnitNotFoundError(Exception): class196 raise SystemdUnitNotFoundError(self.root, unit)254 except SystemdUnitNotFoundError as e:298 except SystemdUnitNotFoundError:343 except SystemdUnitNotFoundError as e:349 except SystemdUnitNotFoundError as e: