diff options
| author | Bob Halley <halley@dnspython.org> | 2017-01-16 06:29:01 -0800 |
|---|---|---|
| committer | Bob Halley <halley@dnspython.org> | 2017-01-16 06:29:01 -0800 |
| commit | 55ea2cb6973c9184a67fcd3ec0f880d7703cc279 (patch) | |
| tree | 53ff9dc3d4dfa6451fe44f481d17d13c005c104c /doc/exceptions.rst | |
| parent | 8cd2dadb45fbe08b9e0cf58e323f0e5b4a134e9f (diff) | |
| download | dnspython-55ea2cb6973c9184a67fcd3ec0f880d7703cc279.tar.gz | |
query doco
Diffstat (limited to 'doc/exceptions.rst')
| -rw-r--r-- | doc/exceptions.rst | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/doc/exceptions.rst b/doc/exceptions.rst index 9f5e22c..cc04afc 100644 --- a/doc/exceptions.rst +++ b/doc/exceptions.rst @@ -45,7 +45,14 @@ dns.opcode Exceptions --------------------- .. autoexception:: dns.opcode.UnknownOpcode - + +dns.query Exceptions +-------------------- + +.. autoexception:: dns.query.BadResponse +.. autoexception:: dns.query.UnexpectedSource + + dns.rcode Exceptions -------------------- |
