
    &Vf!                     &    d Z  G d de          ZdS )z:Defines an error (exception) class for the HParams plugin.c                       e Zd ZdZdS )HParamsErrorzRepresents 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__     ^/var/www/html/software/conda/lib/python3.11/site-packages/tensorboard/plugins/hparams/error.pyr   r      s          	Dr	   r   N)r   	Exceptionr   r   r	   r
   <module>r      sB    A @	 	 	 	 	9 	 	 	 	 	r	   