
    h_                          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)RequestAbortedzf
    Raised when the incoming request tells us it's aborted partway through
    reading the body.
    N__name__
__module____qualname____doc__     O/var/www/Befach/backend/env/lib/python3.12/site-packages/channels/exceptions.pyr   r          
 	r
   r   c                       e Zd ZdZy)RequestTimeoutz.
    Aborted specifically due to timeout.
    Nr   r	   r
   r   r   r   
        	r
   r   c                       e Zd ZdZy)InvalidChannelLayerErrorz@
    Raised when a channel layer is configured incorrectly.
    Nr   r	   r
   r   r   r      r   r
   r   c                       e Zd ZdZy)AcceptConnectionzq
    Raised during a websocket.connect (or other supported connection) handler
    to accept the connection.
    Nr   r	   r
   r   r   r      r   r
   r   c                       e Zd ZdZy)DenyConnectionzo
    Raised during a websocket.connect (or other supported connection) handler
    to deny the connection.
    Nr   r	   r
   r   r   r   #   r   r
   r   c                       e Zd ZdZy)ChannelFullzI
    Raised when a channel cannot be sent to as it is over capacity.
    Nr   r	   r
   r   r   r   ,   r   r
   r   c                       e Zd ZdZy)MessageTooLargez?
    Raised when a message cannot be sent as it's too big.
    Nr   r	   r
   r   r   r   4   r   r
   r   c                       e Zd ZdZy)StopConsumerzW
    Raised when a consumer wants to stop and close down its application instance.
    Nr   r	   r
   r   r   r   <   r   r
   r   N)
	Exceptionr   r   
ValueErrorr   r   r   r   r   r   r	   r
   r   <module>r      se   	Y 		^ 		z 		y 		Y 		) 		i 		9 	r
   