
    cZ                     :    G d  de           Z G d de          Z G d de          Z G d de          Z G d d	e          Z G d
 de          Z G d de          Z G d de          Z G d de          Z	 G d de          Z
 G d de          ZdS )c                       e Zd ZdZdS )	RopeErrorzBase exception for ropeN__name__
__module____qualname____doc__     4lib/python3.11/site-packages/rope/base/exceptions.pyr   r      s        !!!!r
   r   c                       e Zd ZdZdS )ResourceNotFoundErrorzResource not found exceptionNr   r	   r
   r   r   r      s        &&&&r
   r   c                       e Zd ZdZdS )RefactoringErrorz#Errors for performing a refactoringNr   r	   r
   r   r   r   	   s        ----r
   r   c                       e Zd ZdZdS )InterruptedTaskErrorzThe task has been interruptedNr   r	   r
   r   r   r              ''''r
   r   c                       e Zd ZdZdS )HistoryErrorz'Errors for history undo/redo operationsNr   r	   r
   r   r   r      s        1111r
   r   c                       e Zd ZdZdS )ModuleNotFoundErrorzModule not found exceptionNr   r	   r
   r   r   r      s        $$$$r
   r   c                       e Zd ZdZdS )AttributeNotFoundErrorzAttribute not found exceptionNr   r	   r
   r   r   r      r   r
   r   c                       e Zd ZdZdS )NameNotFoundErrorzName not found exceptionNr   r	   r
   r   r   r      s        """"r
   r   c                       e Zd ZdZdS )BadIdentifierErrorzThe name cannot be resolvedNr   r	   r
   r   r   r   !   s        %%%%r
   r   c                   "     e Zd ZdZ fdZ xZS )ModuleSyntaxErrorzqModule has syntax errors

    The `filename` and `lineno` fields indicate where the error has
    occurred.

    c                     || _         || _        || _        t                                          d| d| d|            d S )NzSyntax error in file <z> line <>: )filenamelinenomessage_super__init__)selfr!   r"   message	__class__s       r   r%   zModuleSyntaxError.__init__-   sY     KXKKvKK'KK	
 	
 	
 	
 	
r
   r   r   r   r   r%   __classcell__r(   s   @r   r   r   %   sB         
 
 
 
 
 
 
 
 
r
   r   c                   "     e Zd ZdZ fdZ xZS )ModuleDecodeErrorzCannot decode modulec                 r    || _         || _        t                                          d| d|            d S )NzCannot decode file <r    )r!   r#   r$   r%   )r&   r!   r'   r(   s      r   r%   zModuleDecodeError.__init__9   s@     FFFWFFGGGGGr
   r)   r+   s   @r   r-   r-   6   sG        H H H H H H H H Hr
   r-   N)	Exceptionr   r   r   r   r   r   r   r   r   r   r-   r	   r
   r   <module>r0      s  " " " " "	 " " "' ' ' ' 'I ' ' '. . . . .y . . .( ( ( ( (9 ( ( (2 2 2 2 29 2 2 2% % % % %) % % %( ( ( ( (Y ( ( (# # # # #	 # # #& & & & & & & &
 
 
 
 
	 
 
 
"H H H H H	 H H H H Hr
   