| Server IP : 138.197.107.151 / Your IP : 216.73.217.120 Web Server : Apache/2.4.58 (Ubuntu) System : Linux BloxBy-Builder 6.8.0-71-generic #71-Ubuntu SMP PREEMPT_DYNAMIC Tue Jul 22 16:52:38 UTC 2025 x86_64 User : wpbetasites_mrakzqskir ( 1022) PHP Version : 8.3.6 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /lib/python3/dist-packages/twisted/names/__pycache__/ |
Upload File : |
�
oj� � � � 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 �<