exceptions SystemdPyError Bases: Exception Base class for all exceptions raised by systemd_py. Source code in systemd_py/exceptions.py 1 2class SystemdPyError(Exception): """Base class for all exceptions raised by systemd_py."""