feature: NO DNS? fa nulla...
su linux funge... su altri non so...da testare!!!
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
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): ...
|
||||
Reference in New Issue
Block a user