Files
addon/lib/dns/exception.pyi
greko17 b12201bb8e feature: NO DNS? fa nulla...
su linux funge...
su altri non so...da testare!!!
2019-11-28 21:49:48 +01:00

10 lines
232 B
Python

from typing import Set, Optional, Dict
class DNSException(Exception):
supp_kwargs : Set[str]
kwargs : Optional[Dict]
class SyntaxError(DNSException): ...
class FormError(DNSException): ...
class Timeout(DNSException): ...