
    IR-e~                         d Z ddlmZ ddlmZ g dZ G d de          Z G d de          Z	 G d	 d
e          Z
 G d dej                  ZdS )z>
Defines custom errors and exceptions used in `astropy.samp`.
    N)AstropyUserWarning)SAMPWarningSAMPHubErrorSAMPClientErrorSAMPProxyErrorc                       e Zd ZdZdS )r   z.
    SAMP-specific Astropy warning class.
    N__name__
__module____qualname____doc__     3lib/python3.11/site-packages/astropy/samp/errors.pyr   r                 r   r   c                       e Zd ZdZdS )r   z
    SAMP Hub exception.
    Nr	   r   r   r   r   r      r   r   r   c                       e Zd ZdZdS )r   z!
    SAMP Client exceptions.
    Nr	   r   r   r   r   r      r   r   r   c                       e Zd ZdZdS )r   z#
    SAMP Proxy Hub exception.
    Nr	   r   r   r   r   r       r   r   r   )r   xmlrpc.clientclientxmlrpcastropy.utils.exceptionsr   __all__r   	Exceptionr   r   Faultr   r   r   r   <module>r      s    
       7 7 7 7 7 7
N
N
N    $       9       i       V\     r   