Throughout dbus-python: Use the C implementation.
[dbus-python-phuang.git] / dbus / _dbus_bindings-exceptions.pxi
blob75beb814c189ecfb0f578568b086e7b149320d5f
1 # vim:set sw=4 sts=4 ft=pyrex:
2 # Exceptions defined in _dbus_bindings and imported into dbus.exceptions.
4 __docformat__ = 'restructuredtext'
6 class DBusException(Exception):
7     """Represents any D-Bus-related error."""
9 class ConnectionError(Exception):
10     """FIXME: Appears to be unused?"""