summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorBob Halley <halley@dnspython.org>2017-01-02 07:47:20 -0800
committerBob Halley <halley@dnspython.org>2017-01-02 07:47:20 -0800
commitf9686b2abe9c523cda63bac24e08b1678bafa040 (patch)
tree5884fb8c674f8d3802b4a0fa4c19d6f2d1eb814c /doc
parentaf9291929478264852060fdd3f93708ec9d4586d (diff)
downloaddnspython-f9686b2abe9c523cda63bac24e08b1678bafa040.tar.gz
Exception doc
Diffstat (limited to 'doc')
-rw-r--r--doc/exceptions.rst7
-rw-r--r--doc/manual.rst1
2 files changed, 8 insertions, 0 deletions
diff --git a/doc/exceptions.rst b/doc/exceptions.rst
new file mode 100644
index 0000000..0fc9e86
--- /dev/null
+++ b/doc/exceptions.rst
@@ -0,0 +1,7 @@
+.. _exceptions:
+
+Common Exceptions
+=================
+
+.. automodule:: dns.exception
+ :members:
diff --git a/doc/manual.rst b/doc/manual.rst
index 50b1afb..b3e18b0 100644
--- a/doc/manual.rst
+++ b/doc/manual.rst
@@ -8,3 +8,4 @@ Dnspython Manual
py2vs3
name
rdata
+ exceptions