File: //proc/self/root/lib64/python2.7/site-packages/dns/exception.pyc
�
!`Nc           @   s�   d  Z  d e f d �  �  YZ d e f d �  �  YZ d e f d �  �  YZ d e f d �  �  YZ d	 e f d
 �  �  YZ d e f d �  �  YZ d
 S(   s   Common DNS Exceptions.t   DNSExceptionc           B   s   e  Z d  Z RS(   s7   Abstract base class shared by all dnspython exceptions.(   t   __name__t
   __module__t   __doc__(    (    (    s3   /usr/lib64/python2.7/site-packages/dns/exception.pyR       s   t	   FormErrorc           B   s   e  Z d  Z RS(   s   DNS message is malformed.(   R   R   R   (    (    (    s3   /usr/lib64/python2.7/site-packages/dns/exception.pyR      s   t   SyntaxErrorc           B   s   e  Z d  Z RS(   s   Text input is malformed.(   R   R   R   (    (    (    s3   /usr/lib64/python2.7/site-packages/dns/exception.pyR      s   t
   UnexpectedEndc           B   s   e  Z d  Z RS(   s'