| Server IP : 159.223.102.202 / Your IP : 216.73.216.189 Web Server : nginx/1.26.0 System : Linux Gen1-cloudpanel2ubuntu2404-1vcpu-1gb-nyc1-01 6.8.0-31-generic #31-Ubuntu SMP PREEMPT_DYNAMIC Sat Apr 20 00:40:06 UTC 2024 x86_64 User : albasshbotta ( 1021) PHP Version : 8.2.19 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /usr/lib/python3/dist-packages/twisted/names/__pycache__/ |
Upload File : |
�
M��e� � � � d Z ddlmZ G d� de� Z G d� de� Z G d� de� Z G d � d
e� Z G d� de� Z G d
� de� Z G d� de� Z
G d� de� Z G d� de� Z G d� de
� Zg d�Zy)z0
Exception class definitions for Twisted Names.
� )�TimeoutErrorc � � e Zd ZdZy)�DomainErrorzu
Indicates a lookup failed because there were no records matching the given
C{name, class, type} triple.
N��__name__�
__module__�__qualname__�__doc__� � �5/usr/lib/python3/dist-packages/twisted/names/error.pyr r
� � �r r c � � e Zd ZdZy)�AuthoritativeDomainErrorz�
Indicates a lookup failed for a name for which this server is authoritative
because there were no records matching the given C{name, class, type}
triple.
Nr r r r
r r s � �r r c � � e Zd ZdZd� Zy)�DNSQueryTimeoutErrorzk
Indicates a lookup failed due to a timeout.
@ivar id: The id of the message which timed out.
c �<