diff options
| author | Daniel Lenski <dlenski@amazon.com> | 2020-04-30 17:31:28 -0700 |
|---|---|---|
| committer | Daniel Lenski <dlenski@amazon.com> | 2020-04-30 17:35:27 -0700 |
| commit | ea9b29fb1d1b7d764561621261381f544fa6fd41 (patch) | |
| tree | 2846e9f7ffc51aa735e0ec30a533de4835f9c341 /doc/exceptions.rst | |
| parent | f6d22293e09fbcea870ee2fbd6dcfdf7eeda5068 (diff) | |
| download | dnspython-ea9b29fb1d1b7d764561621261381f544fa6fd41.tar.gz | |
make DOH an extra feature (to avoid requests as hard dependency)
Diffstat (limited to 'doc/exceptions.rst')
| -rw-r--r-- | doc/exceptions.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/exceptions.rst b/doc/exceptions.rst index b705482..b227e15 100644 --- a/doc/exceptions.rst +++ b/doc/exceptions.rst @@ -50,6 +50,7 @@ dns.query Exceptions -------------------- .. autoexception:: dns.query.BadResponse +.. autoexception:: dns.query.NoDOH .. autoexception:: dns.query.UnexpectedSource .. autoexception:: dns.query.TransferError |
