
    .Ph                     v     G d  de           Z G d de          Z G d de          Z G d de          ZdS )	c                       e Zd ZdZdS )CondaLockErrorz#
    Generic conda-lock error.
    N__name__
__module____qualname____doc__     Q/var/www/html/test/jupyter/venv/lib/python3.11/site-packages/conda_lock/errors.pyr   r                 r
   r   c                       e Zd ZdZdS )PlatformValidationErrorzm
    Error that is thrown when trying to install a lockfile that was built
    for a different platform.
    Nr   r	   r
   r   r   r      s           r
   r   c                       e Zd ZdZdS )MissingEnvVarErrorz?
    Error thrown if env vars are missing in channel urls.
    Nr   r	   r
   r   r   r      r   r
   r   c                       e Zd ZdZdS )ChannelAggregationErrorz@
    Error thrown when lists of channels cannot be combined
    Nr   r	   r
   r   r   r      r   r
   r   N)	Exceptionr   r   r   r   r	   r
   r   <module>r      s       Y       n              n     r
   