Skip to content

Commit 91838d2

Browse files
authored
Add missing types to exceptions stub
1 parent ee8ad52 commit 91838d2

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)