o
    &zh1  ã                   @   sD   G d d„ de ƒZG dd„ de ƒZG dd„ de ƒZG dd„ de ƒZdS )	c                   @   s   e Zd ZdZdd„ ZdS )ÚImmediateHttpResponsezu
    This exception is used to interrupt the flow of processing to immediately
    return a custom HttpResponse.
    c                 C   s
   || _ d S )N)Úresponse)Úselfr   © r   úR/var/www/html/kangema/venv/lib/python3.10/site-packages/allauth/core/exceptions.pyÚ__init__   s   
zImmediateHttpResponse.__init__N)Ú__name__Ú
__module__Ú__qualname__Ú__doc__r   r   r   r   r   r      s    r   c                   @   ó   e Zd ZdZdS )Ú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   c                   @   r   )ÚSignupClosedExceptionzB
    Throws when attemtping to signup while signup is closed.
    Nr   r   r   r   r   r      s    r   c                   @   s   e Zd ZdS )ÚRateLimitedN)r   r   r	   r   r   r   r   r      s    r   N)Ú	Exceptionr   r   r   r   r   r   r   r   Ú<module>   s    
	