§
    Á³g  ã                   ó  — d Z  G d„ de¦  «        Z G d„ de¦  «        Z G d„ de¦  «        Z G d„ de¦  «        Z G d	„ d
e¦  «        Z G d„ de¦  «        Z G d„ de¦  «        Z G d„ de¦  «        Z	 G d„ de¦  «        Z
 G d„ de¦  «        Z G d„ de¦  «        Z G d„ de¦  «        Z G d„ de¦  «        Z G d„ de¦  «        Z G d„ de¦  «        Z G d„ d e¦  «        Z G d!„ d"e¦  «        Z G d#„ d$e¦  «        Z G d%„ d&e¦  «        Zd'S )(a‹  distutils.errors

Provides exceptions used by the Distutils modules.  Note that Distutils
modules may raise standard exceptions; in particular, SystemExit is
usually raised for errors that are obviously the end-user's fault
(eg. bad command-line arguments).

This module is safe to use in "from ... import *" mode; it only exports
symbols whose names start with "Distutils" and end with "Error".c                   ó   — e Zd ZdZdS )ÚDistutilsErrorzThe root of all Distutils evil.N©Ú__name__Ú
__module__Ú__qualname__Ú__doc__© ó    úZ/var/www/html/mpstechhub/venv/lib/python3.11/site-packages/setuptools/_distutils/errors.pyr   r      s   € € € € € Ø)Ð)à€Dr
   r   c                   ó   — e Zd ZdZdS )ÚDistutilsModuleErrorz„Unable to load an expected module, or to find an expected class
    within some module (in particular, command modules and classes).Nr   r	   r
   r   r   r      s   € € € € € ðHð Hð 	€Dr
   r   c                   ó   — e Zd ZdZdS )ÚDistutilsClassErrorzÝSome command class (or possibly distribution class, if anyone
    feels a need to subclass Distribution) is found not to be holding
    up its end of the bargain, ie. implementing some part of the
    "command "interface.Nr   r	   r
   r   r   r      s   € € € € € ðð ð
 	€Dr
   r   c                   ó   — e Zd ZdZdS )ÚDistutilsGetoptErrorz7The option table provided to 'fancy_getopt()' is bogus.Nr   r	   r
   r   r   r   "   s   € € € € € ØAÐAà€Dr
   r   c                   ó   — e Zd ZdZdS )ÚDistutilsArgErrorzaRaised by fancy_getopt in response to getopt.error -- ie. an
    error in the command line usage.Nr   r	   r
   r   r   r   (   s   € € € € € ð(ð (ð 	€Dr
   r   c                   ó   — e Zd ZdZdS )ÚDistutilsFileErrorz“Any problems in the filesystem: expected file not found, etc.
    Typically this is for problems that we detect before OSError
    could be raised.Nr   r	   r
   r   r   r   /   s   € € € € € ðð ð 	€Dr
   r   c                   ó   — e Zd ZdZdS )ÚDistutilsOptionErrora‰  Syntactic/semantic errors in command options, such as use of
    mutually conflicting options, or inconsistent options,
    badly-spelled values, etc.  No distinction is made between option
    values originating in the setup script, the command line, config
    files, or what-have-you -- but if we *know* something originated in
    the setup script, we'll raise DistutilsSetupError instead.Nr   r	   r
   r   r   r   7   s   € € € € € ðBð Bð 	€Dr
   r   c                   ó   — e Zd ZdZdS )ÚDistutilsSetupErrorzqFor errors that can be definitely blamed on the setup script,
    such as invalid keyword arguments to 'setup()'.Nr   r	   r
   r   r   r   B   s   € € € € € ð7ð 7ð 	€Dr
   r   c                   ó   — e Zd ZdZdS )ÚDistutilsPlatformErrorzÆWe don't know how to do something on the current platform (but
    we do know how to do it on some platform) -- eg. trying to compile
    C files on a platform not supported by a CCompiler subclass.Nr   r	   r
   r   r   r   I   s   € € € € € ðDð Dð 	€Dr
   r   c                   ó   — e Zd ZdZdS )ÚDistutilsExecErrorz`Any problems executing an external program (such as the C
    compiler, when compiling C files).Nr   r	   r
   r   r   r   Q   s   € € € € € ð*ð *ð 	€Dr
   r   c                   ó   — e Zd ZdZdS )ÚDistutilsInternalErrorzoInternal inconsistencies or impossibilities (obviously, this
    should never be seen if the code is working!).Nr   r	   r
   r   r   r   X   s   € € € € € ð6ð 6ð 	€Dr
   r   c                   ó   — e Zd ZdZdS )ÚDistutilsTemplateErrorz%Syntax error in a file list template.Nr   r	   r
   r   r!   r!   _   s   € € € € € Ø/Ð/Ð/Ð/r
   r!   c                   ó   — e Zd ZdZdS )ÚDistutilsByteCompileErrorzByte compile error.Nr   r	   r
   r   r#   r#   c   s   € € € € € ØÐÐÐr
   r#   c                   ó   — e Zd ZdZdS )ÚCCompilerErrorz#Some compile/link operation failed.Nr   r	   r
   r   r%   r%   h   s   € € € € € Ø-Ð-Ð-Ð-r
   r%   c                   ó   — e Zd ZdZdS )ÚPreprocessErrorz.Failure to preprocess one or more C/C++ files.Nr   r	   r
   r   r'   r'   l   s   € € € € € Ø8Ð8Ð8Ð8r
   r'   c                   ó   — e Zd ZdZdS )ÚCompileErrorz2Failure to compile one or more C/C++ source files.Nr   r	   r
   r   r)   r)   p   s   € € € € € Ø<Ð<Ð<Ð<r
   r)   c                   ó   — e Zd ZdZdS )ÚLibErrorzKFailure to create a static library from one or more C/C++ object
    files.Nr   r	   r
   r   r+   r+   t   s   € € € € € ðð ð ð r
   r+   c                   ó   — e Zd ZdZdS )Ú	LinkErrorz]Failure to link one or more C/C++ object files into an executable
    or shared library file.Nr   r	   r
   r   r-   r-   y   s   € € € € € ðð ð ð r
   r-   c                   ó   — e Zd ZdZdS )ÚUnknownFileErrorz(Attempt to process an unknown file type.Nr   r	   r
   r   r/   r/   ~   s   € € € € € Ø2Ð2Ð2Ð2r
   r/   N)r   Ú	Exceptionr   r   r   r   r   r   r   r   r   r   r   r!   r#   r%   r'   r)   r+   r-   r/   r	   r
   r   ú<module>r1      s9  ððDð Dð	ð 	ð 	ð 	ð 	�Yñ 	ô 	ð 	ð	ð 	ð 	ð 	ð 	˜>ñ 	ô 	ð 	ð	ð 	ð 	ð 	ð 	˜.ñ 	ô 	ð 	ð	ð 	ð 	ð 	ð 	˜>ñ 	ô 	ð 	ð	ð 	ð 	ð 	ð 	˜ñ 	ô 	ð 	ð	ð 	ð 	ð 	ð 	˜ñ 	ô 	ð 	ð	ð 	ð 	ð 	ð 	˜>ñ 	ô 	ð 	ð	ð 	ð 	ð 	ð 	˜.ñ 	ô 	ð 	ð	ð 	ð 	ð 	ð 	˜^ñ 	ô 	ð 	ð	ð 	ð 	ð 	ð 	˜ñ 	ô 	ð 	ð	ð 	ð 	ð 	ð 	˜^ñ 	ô 	ð 	ð0ð 0ð 0ð 0ð 0˜^ñ 0ô 0ð 0ðð ð ð ð  ñ ô ð ð
.ð .ð .ð .ð .�Yñ .ô .ð .ð9ð 9ð 9ð 9ð 9�nñ 9ô 9ð 9ð=ð =ð =ð =ð =�>ñ =ô =ð =ðð ð ð ð ˆ~ñ ô ð ð
ð ð ð ð �ñ ô ð ð
3ð 3ð 3ð 3ð 3�~ñ 3ô 3ð 3ð 3ð 3r
   