o
    gN                     @   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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   O/home/ubuntu/cloudmapper/venv/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   c                   @   r   )InvalidArgsErrorzEraised when passed arguments are invalid, e.g., have the wrong lengthNr   r   r   r   r	   r   "   r
   r   c                   @   r   )NoLineSuppliedErrorzVraised when trying to disable a message on a next line without supplying a line numberNr   r   r   r   r	   r   &   r
   r   N)	r   	Exceptionr   r   r   r   
ValueErrorr   r   r   r   r   r	   <module>   s   