
    Vh                         d 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Zy)z Exception definitions for Words
c                       e Zd ZdefdZy)
WordsErrorreturnc                 `    | j                   j                  dz   t        j                  |       z   S )Nz: )	__class____name__	Exception__str__)selfs    D/home/dcms/DCMS/lib/python3.12/site-packages/twisted/words/ewords.pyr	   zWordsError.__str__
   s'    ~~&&-	0A0A$0GGG    N)r   
__module____qualname__strr	    r   r   r   r   	   s    H Hr   r   c                       e Zd Zy)
NoSuchUserNr   r   r   r   r   r   r   r          r   r   c                       e Zd Zy)DuplicateUserNr   r   r   r   r   r      r   r   r   c                       e Zd Zy)NoSuchGroupNr   r   r   r   r   r      r   r   r   c                       e Zd Zy)DuplicateGroupNr   r   r   r   r   r      r   r   r   c                       e Zd Zy)AlreadyLoggedInNr   r   r   r   r   r      r   r   r   )r   r   r   r   r   r   N)	__doc__r   r   r   r   r   r   r   __all__r   r   r   <module>r      s[   
H H
	 		J 		* 		Z 		j 	r   