o
    ¼>h_  ã                   @   s„   G d d„ de ƒZG dd„ deƒZG dd„ deƒZG dd„ de ƒZ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                   @   ó   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__© r   r   ús/var/www/vedio/testing/chatpythonscript.ninositsolution.com/env/lib/python3.10/site-packages/channels/exceptions.pyr      ó    r   c                   @   r   )ÚRequestTimeoutz.
    Aborted specifically due to timeout.
    Nr   r   r   r   r	   r   
   ó    r   c                   @   r   )ÚInvalidChannelLayerErrorz@
    Raised when a channel layer is configured incorrectly.
    Nr   r   r   r   r	   r      r   r   c                   @   r   )ÚAcceptConnectionzq
    Raised during a websocket.connect (or other supported connection) handler
    to accept the connection.
    Nr   r   r   r   r	   r      r
   r   c                   @   r   )ÚDenyConnectionzo
    Raised during a websocket.connect (or other supported connection) handler
    to deny the connection.
    Nr   r   r   r   r	   r   #   r
   r   c                   @   r   )ÚChannelFullzI
    Raised when a channel cannot be sent to as it is over capacity.
    Nr   r   r   r   r	   r   ,   r   r   c                   @   r   )ÚMessageTooLargez?
    Raised when a message cannot be sent as it's too big.
    Nr   r   r   r   r	   r   4   r   r   c                   @   r   )ÚStopConsumerzW
    Raised when a consumer wants to stop and close down its application instance.
    Nr   r   r   r   r	   r   <   r   r   N)
Ú	Exceptionr   r   Ú
ValueErrorr   r   r   r   r   r   r   r   r   r	   Ú<module>   s    			