
    =2g                     L    d dl Z  G d de j                        Z G d de      Zy)    Nc                        e Zd Z fdZ xZS )SafetyErrorc                 .    d| }t         |   |       y )NzError with archive. super__init__)selfmsgargskw	__class__s       Blib/python3.12/site-packages/conda_package_streaming/exceptions.pyr   zSafetyError.__init__   s    $SE*    __name__
__module____qualname__r   __classcell__r   s   @r   r   r      s     r   r   c                        e Zd Z fdZ xZS )CaseInsensitiveFileSystemErrorc                 (    d}t         |   |       y )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   
   s    " "r   r   )tarfileTarErrorr   OSErrorr    r   r   <module>r      s&    '"" 	"W 	"r   