Skip to content

Commit 004c2aa

Browse files
blink1073rthalley
authored andcommitted
Add missing types to exceptions stub
(cherry picked from commit 91838d2)
1 parent 6c17aa4 commit 004c2aa

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

dns/exception.pyi

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,5 @@ class DNSException(Exception):
88
class SyntaxError(DNSException): ...
99
class FormError(DNSException): ...
1010
class Timeout(DNSException): ...
11+
class TooBig(DNSException): ...
12+
class UnexpectedEnd(SyntaxError): ...

0 commit comments

Comments
 (0)