We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c17aa4 commit 004c2aaCopy full SHA for 004c2aa
dns/exception.pyi
@@ -8,3 +8,5 @@ class DNSException(Exception):
8
class SyntaxError(DNSException): ...
9
class FormError(DNSException): ...
10
class Timeout(DNSException): ...
11
+class TooBig(DNSException): ...
12
+class UnexpectedEnd(SyntaxError): ...
0 commit comments