Home
last modified time | relevance | path

Searched refs:SystemdUnitNotFoundError (Results 1 – 2 of 2) sorted by relevance

/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/systemd/systemd-systemctl/
H A Dsystemctl162 class SystemdUnitNotFoundError(Exception): class
180 raise SystemdUnitNotFoundError(self.root, unit)
232 except SystemdUnitNotFoundError as e:
276 except SystemdUnitNotFoundError:
321 except SystemdUnitNotFoundError as e:
327 except SystemdUnitNotFoundError as e:
/openbmc/openbmc/poky/meta/recipes-core/systemd/systemd-systemctl/
H A Dsystemctl178 class SystemdUnitNotFoundError(Exception): class
196 raise SystemdUnitNotFoundError(self.root, unit)
254 except SystemdUnitNotFoundError as e:
298 except SystemdUnitNotFoundError:
343 except SystemdUnitNotFoundError as e:
349 except SystemdUnitNotFoundError as e: