LEW21 / pydbus

Pythonic DBus library
GNU Lesser General Public License v2.1
326 stars 76 forks source link

Introduce DBusException for propagating DBusErrors #67

Open mdellweg opened 6 years ago

mdellweg commented 6 years ago

DBusException can be subclassed, to indicate exceptions, that are meant to be translated to DBusErrors. The type of error is encoded by the class variable 'dbus_name'. The class variable 'silent' can be used to suppress logging.