
    c0                    f    d dl mZ  G d de          Z G d de          Z G d de          ZdS )	    )annotationsc                      e Zd ZdZdS )UnrecognizedArgumentActionzoRaised if an ArgumentManager instance tries to add an argument for which the
    action is not recognized.
    N__name__
__module____qualname____doc__     8lib/python3.11/site-packages/pylint/config/exceptions.pyr   r      s           r   r   c                  $     e Zd ZdZd	 fdZ xZS )
_UnrecognizedOptionErrorzXRaised if an ArgumentManager instance tries to parse an option that is
    unknown.
    options	list[str]argsobjectreturnNonec                B    || _          t                      j        |  d S )N)r   super__init__)selfr   r   	__class__s      r   r   z!_UnrecognizedOptionError.__init__   s$    $r   )r   r   r   r   r   r   )r   r   r	   r
   r   __classcell__)r   s   @r   r   r      sG                            r   r   c                      e Zd ZdZdS )ArgumentPreprocessingErrorz9Raised if an error occurs during argument pre-processing.Nr   r   r   r   r   r      s        CCCCr   r   N)
__future__r   	Exceptionr   r   r   r   r   r   <module>r       s   
 # " " " " "                y      D D D D D D D D D Dr   