summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorBob Halley <halley@dnspython.org>2017-01-29 06:53:01 -0800
committerBob Halley <halley@dnspython.org>2017-01-29 06:53:01 -0800
commit4f26a2c7af86474a3800c616aa26f2f419dd28c5 (patch)
treef9f8ba622ea33d382bc7dc33cdbf048c51488e0b /doc
parent1254ded90d9b4311e952964ccad1404b6d1be824 (diff)
downloaddnspython-4f26a2c7af86474a3800c616aa26f2f419dd28c5.tar.gz
dns.query.xfr() now raises on a non-zero rcode.
[ISSUE #231]
Diffstat (limited to 'doc')
-rw-r--r--doc/exceptions.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/exceptions.rst b/doc/exceptions.rst
index fdf0edd..b705482 100644
--- a/doc/exceptions.rst
+++ b/doc/exceptions.rst
@@ -51,6 +51,7 @@ dns.query Exceptions
.. autoexception:: dns.query.BadResponse
.. autoexception:: dns.query.UnexpectedSource
+.. autoexception:: dns.query.TransferError
dns.rcode Exceptions