We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cefb3b commit 93349cbCopy full SHA for 93349cb
docs/exceptions.rst
@@ -37,6 +37,17 @@ new exception.
37
Existing exceptions can be manually binded using :py:func:`map_exception_to_dbus_error`
38
function.
39
40
+Python built-in exceptions
41
++++++++++++++++++++++++++++
42
+
43
+All Python built-in exceptions are mapped to D-Bus errors.
44
45
+The D-Bus error name is created by appending ``org.python.Error.``
46
+to the exception name.
47
48
+For example, ``AssertionError`` is bound
49
+to ``org.python.Error.AssertionError`` name.
50
51
Functions
52
+++++++++
53
0 commit comments