
    ÆeZ                          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y)c                       e Zd ZdZy)	RopeErrorzBase exception for ropeN__name__
__module____qualname____doc__     6/usr/lib/python3/dist-packages/rope/base/exceptions.pyr   r      s    !r
   r   c                       e Zd ZdZy)ResourceNotFoundErrorzResource not found exceptionNr   r	   r
   r   r   r      s    &r
   r   c                       e Zd ZdZy)RefactoringErrorz#Errors for performing a refactoringNr   r	   r
   r   r   r   	   s    -r
   r   c                       e Zd ZdZy)InterruptedTaskErrorzThe task has been interruptedNr   r	   r
   r   r   r          'r
   r   c                       e Zd ZdZy)HistoryErrorz'Errors for history undo/redo operationsNr   r	   r
   r   r   r      s    1r
   r   c                       e Zd ZdZy)ModuleNotFoundErrorzModule not found exceptionNr   r	   r
   r   r   r      s    $r
   r   c                       e Zd ZdZy)AttributeNotFoundErrorzAttribute not found exceptionNr   r	   r
   r   r   r      r   r
   r   c                       e Zd ZdZy)NameNotFoundErrorzName not found exceptionNr   r	   r
   r   r   r      s    "r
   r   c                       e Zd ZdZy)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|        y )NzSyntax error in file <z> line <>: )filenamelinenomessage_super__init__)selfr!   r"   message	__class__s       r   r%   zModuleSyntaxError.__init__-   s;     $XJhvhc'K	
r
   r   r   r   r   r%   __classcell__r(   s   @r   r   r   %   s    
 
r
   r   c                   "     e Zd ZdZ fdZ xZS )ModuleDecodeErrorzCannot decode modulec                 L    || _         || _        t        |   d| d|        y )NzCannot decode file <r    )r!   r#   r$   r%   )r&   r!   r'   r(   s      r   r%   zModuleDecodeError.__init__9   s,     /zWIFGr
   r)   r+   s   @r   r-   r-   6   s    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 (29 2%) %(Y (#	 #& &
	 
"H	 Hr
   