pydbus icon indicating copy to clipboard operation
pydbus copied to clipboard

Introduce DBusException for propagating DBusErrors

Open mdellweg opened this issue 8 years ago • 0 comments

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.

mdellweg avatar Oct 31 '17 17:10 mdellweg