o
    ¶2úh!  ã                   @   s   d Z G dd„ deƒZdS )z:Defines an error (exception) class for the HParams plugin.c                   @   s   e Zd ZdZdS )ÚHParamsErrorzùRepresents an error that is meaningful to the end-user.

    Such an error should have a meaningful error message. Other errors,
    (such as resulting from some internal invariants being violated)
    should be represented by other exceptions.
    N)Ú__name__Ú
__module__Ú__qualname__Ú__doc__© r   r   ú\/var/www/html/chatgem/venv/lib/python3.10/site-packages/tensorboard/plugins/hparams/error.pyr      s    r   N)r   Ú	Exceptionr   r   r   r   r   Ú<module>   s   