
    f                     F     G d  de       Z G d de       Z G d de       Zy)c                       e Zd ZdZd Zy)ImmediateHttpResponsezu
    This exception is used to interrupt the flow of processing to immediately
    return a custom HttpResponse.
    c                     || _         y )N)response)selfr   s     R/var/www/cs2snipe.com/venv/lib/python3.12/site-packages/allauth/core/exceptions.py__init__zImmediateHttpResponse.__init__   s	         N)__name__
__module____qualname____doc__r    r	   r   r   r      s    
!r	   r   c                       e Zd ZdZy)ReauthenticationRequiredzY
    The action could not be performed because the user needs to
    reauthenticate.
    Nr
   r   r   r   r   r	   r   r   r      s    
 	r	   r   c                       e Zd ZdZy)SignupClosedExceptionzB
    Throws when attemtping to signup while signup is closed.
    Nr   r   r	   r   r   r      s     	r	   r   N)	Exceptionr   r   r   r   r	   r   <module>r      s)   !I !	y 		I 	r	   