B
    A!p\š  ã               @   sH   d Z G dd„ deƒZG dd„ deƒZG dd„ deƒZG dd„ deƒZd	S )
z=Exception classes raised by various operations within pylint.c               @   s   e Zd ZdZdS )ÚInvalidMessageErrorzDraised when a message creation, registration or addition is rejectedN)Ú__name__Ú
__module__Ú__qualname__Ú__doc__© r   r   ú0lib/python3.7/site-packages/pylint/exceptions.pyr      s   r   c               @   s   e Zd ZdZdS )ÚUnknownMessageErrorz5raised when an unregistered message id is encounteredN)r   r   r   r   r   r   r   r   r      s   r   c               @   s   e Zd ZdZdS )ÚEmptyReportErrorz<raised when a report is empty and so should not be displayedN)r   r   r   r   r   r   r   r   r	      s   r	   c               @   s   e Zd ZdZdS )ÚInvalidReporterErrorz9raised when selected reporter is invalid (e.g. not found)N)r   r   r   r   r   r   r   r   r
      s   r
   N)r   Ú	Exceptionr   r   r	   r
   r   r   r   r   Ú<module>	   s   