
    af                     n    d dl mZ dZe G d de                      Ze G d de                      ZdS )    )public)PayloadExceededErrorc                       e Zd ZdZdS )r   z
    Exception raised when the serialized and framed (eg WebSocket/RawSocket) WAMP payload
    exceeds the transport message size limit.
    N__name__
__module____qualname____doc__     D/var/www/html/env/lib/python3.11/site-packages/autobahn/exception.pyr   r   "   s           r   r   c                       e Zd ZdZdS )Disconnectedz
    Exception raised when trying to perform an operation which
    requires a connection when the WebSocket/RawSocket is not
    currently connected
    Nr   r   r   r   r   r   *   s           r   r   N)autobahn.utilr   __all__RuntimeErrorr   r   r   r   r   <module>r      s   6 !          
     <        <     r   