
    1Vh!                         d Z  G d de      Zy)z:Defines an error (exception) class for the HParams plugin.c                       e Zd ZdZy)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__     Q/home/dcms/DCMS/lib/python3.12/site-packages/tensorboard/plugins/hparams/error.pyr   r      s     	r	   r   N)r   	Exceptionr   r   r	   r
   <module>r      s    A	9 	r	   