diff options
| author | Bob Halley <halley@dnspython.org> | 2017-01-10 14:56:57 -0800 |
|---|---|---|
| committer | Bob Halley <halley@dnspython.org> | 2017-01-10 14:56:57 -0800 |
| commit | d51cd470243441b5be02eddbed6692b103f0f014 (patch) | |
| tree | e7df92fe5c7c365071e141878430906af7932cdd /doc/exceptions.rst | |
| parent | 7978b59fbf96b933287adfa5e160c5ee9270dbc5 (diff) | |
| download | dnspython-d51cd470243441b5be02eddbed6692b103f0f014.tar.gz | |
continue doco overhaul
Diffstat (limited to 'doc/exceptions.rst')
| -rw-r--r-- | doc/exceptions.rst | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/doc/exceptions.rst b/doc/exceptions.rst index 1eb856f..8c5c003 100644 --- a/doc/exceptions.rst +++ b/doc/exceptions.rst @@ -1,13 +1,16 @@ .. _exceptions: +Exceptions +========== + Common Exceptions -================= +----------------- .. automodule:: dns.exception :members: dns.name Exceptions -=================== +------------------- .. autoexception:: dns.name.AbsoluteConcatenation .. autoexception:: dns.name.BadEscape @@ -21,8 +24,13 @@ dns.name Exceptions .. autoexception:: dns.name.NoIDNA2008 .. autoexception:: dns.name.NoParent +dns.rcode Exceptions +-------------------- + +.. autoexception:: dns.rcode.UnknownRcode + dns.rdataset Exceptions -======================= +----------------------- .. autoexception:: dns.rdataset.DifferingCovers .. autoexception:: dns.rdataset.IncompatibleTypes |
