
    nd                     P    d dl Z  G d de j                  Z G d de          ZdS )    Nc                        e Zd Z fdZ xZS )SafetyErrorc                 T    d| }t                                          |           d S )NzError with archive. super__init__)selfmsgargskw	__class__s       Blib/python3.11/site-packages/conda_package_streaming/exceptions.pyr   zSafetyError.__init__   s.    *S**    __name__
__module____qualname__r   __classcell__r   s   @r   r   r      s8                r   r   c                        e Zd Z fdZ xZS )CaseInsensitiveFileSystemErrorc                 N    d}t                                          |           d S )Nav  Cannot extract package to a case-insensitive file system. Your install
destination does not differentiate between upper and lowercase characters, and
this breaks things. Try installing to a location that is case-sensitive. Windows
drives are usually the culprit here - can you install to a native Unix drive, or
turn on case sensitivity for this (Windows) location?
        r   )r	   messager   s     r   r   z'CaseInsensitiveFileSystemError.__init__   s*     	!!!!!r   r   r   s   @r   r   r   
   s8        " " " " " " " " "r   r   )tarfileTarErrorr   OSErrorr    r   r   <module>r      so        '"   	" 	" 	" 	" 	"W 	" 	" 	" 	" 	"r   