%PDF- %PDF-
Direktori : /lib/python3/dist-packages/twisted/names/__pycache__/ |
Current File : //lib/python3/dist-packages/twisted/names/__pycache__/error.cpython-312.pyc |
� Ϫ�f� � � � 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 �<