o
    Ó(g  ã                   @   s˜   d Z ddlmZ ddlmZ G dd„ deeƒZejZ	ej
Z
ejZejZejZejZejZejZejZejZejZejZejZejZejZ ej!Z!ejZ"dS )zCsetuptools.errors

Provides exceptions used by setuptools modules.
é    )Úerrors)ÚDistutilsErrorc                   @   s   e Zd ZdZdS )ÚRemovedCommandErroraO  Error used for commands that have been removed in setuptools.

    Since ``setuptools`` is built on ``distutils``, simply removing a command
    from ``setuptools`` will make the behavior fall back to ``distutils``; this
    error is raised if a command exists in ``distutils`` but has been actively
    removed in ``setuptools``.
    N)Ú__name__Ú
__module__Ú__qualname__Ú__doc__© r	   r	   úY/var/www/python.lazyprojects.co.uk/venv/lib/python3.10/site-packages/setuptools/errors.pyr   
   s    r   N)#r   Ú	distutilsr   Ú_distutils_errorsÚdistutils.errorsr   ÚRuntimeErrorr   ÚDistutilsByteCompileErrorÚByteCompileErrorÚCCompilerErrorÚDistutilsClassErrorÚ
ClassErrorÚCompileErrorÚDistutilsExecErrorÚ	ExecErrorÚDistutilsFileErrorÚ	FileErrorÚDistutilsInternalErrorÚInternalErrorÚLibErrorÚ	LinkErrorÚDistutilsModuleErrorÚModuleErrorÚDistutilsOptionErrorÚOptionErrorÚDistutilsPlatformErrorÚPlatformErrorÚPreprocessErrorÚDistutilsSetupErrorÚ
SetupErrorÚDistutilsTemplateErrorÚTemplateErrorÚUnknownFileErrorÚ	BaseErrorr	   r	   r	   r
   Ú<module>   s*    
