o
    ýÑÐbš  ã                   @   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                   @   ó   e Zd ZdZdS )ÚInvalidMessageErrorzDraised when a message creation, registration or addition is rejectedN©Ú__name__Ú
__module__Ú__qualname__Ú__doc__© r   r   úP/var/www/secure340b-portal/env/lib/python3.10/site-packages/pylint/exceptions.pyr      ó    r   c                   @   r   )ÚUnknownMessageErrorz5raised when an unregistered message id is encounteredNr   r   r   r   r	   r      r
   r   c                   @   r   )ÚEmptyReportErrorz<raised when a report is empty and so should not be displayedNr   r   r   r   r	   r      r
   r   c                   @   r   )ÚInvalidReporterErrorz9raised when selected reporter is invalid (e.g. not found)Nr   r   r   r   r	   r      r
   r   N)r   Ú	Exceptionr   r   r   r   r   r   r   r	   Ú<module>   s
   