
    _f_                          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	dS )c                       e Zd ZdZdS )RequestAbortedzf
    Raised when the incoming request tells us it's aborted partway through
    reading the body.
    N__name__
__module____qualname____doc__     E/var/www/html/env/lib/python3.11/site-packages/channels/exceptions.pyr   r               
 	Dr
   r   c                       e Zd ZdZdS )RequestTimeoutz.
    Aborted specifically due to timeout.
    Nr   r	   r
   r   r   r   
             	Dr
   r   c                       e Zd ZdZdS )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dS )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dS )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dS )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dS )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dS )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      s_  	 	 	 	 	Y 	 	 		 	 	 	 	^ 	 	 		 	 	 	 	z 	 	 		 	 	 	 	y 	 	 		 	 	 	 	Y 	 	 		 	 	 	 	) 	 	 		 	 	 	 	i 	 	 		 	 	 	 	9 	 	 	 	 	r
   