
    vKg                        S r  " S S\5      r " S S\5      r " S S\5      r " S S\5      r " S	 S
\5      r " S S\5      r " S S\5      r " S S\5      r	 " S S\5      r
 " S S\5      r " S S\5      r " S S\5      r " S S\5      r " S S\5      r " S S\5      r " S S \5      r " S! S"\5      r " S# S$\5      r " S% S&\5      rg')(z
Exceptions used by the Distutils modules.

Distutils modules may raise these or standard exceptions,
including :exc:`SystemExit`.
c                       \ rS rSrSrSrg)DistutilsError	   zThe root of all Distutils evil. N__name__
__module____qualname____firstlineno____doc____static_attributes__r       \/var/www/highfloat_scraper/venv/lib/python3.13/site-packages/setuptools/_distutils/errors.pyr   r   	   s    )r   r   c                       \ rS rSrSrSrg)DistutilsModuleError   zUnable to load an expected module, or to find an expected class
within some module (in particular, command modules and classes).r   Nr   r   r   r   r   r      s    H 	r   r   c                       \ rS rSrSrSrg)DistutilsClassError   zSome 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.r   Nr   r   r   r   r   r      s    
 	r   r   c                       \ rS rSrSrSrg)DistutilsGetoptError   z7The option table provided to 'fancy_getopt()' is bogus.r   Nr   r   r   r   r   r      s    Ar   r   c                       \ rS rSrSrSrg)DistutilsArgError%   z]Raised by fancy_getopt in response to getopt.error -- ie. an
error in the command line usage.r   Nr   r   r   r   r   r   %   s    ( 	r   r   c                       \ rS rSrSrSrg)DistutilsFileError,   zAny problems in the filesystem: expected file not found, etc.
Typically this is for problems that we detect before OSError
could be raised.r   Nr   r   r   r   r   r   ,   s     	r   r   c                       \ rS rSrSrSrg)DistutilsOptionError4   au  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.r   Nr   r   r   r   r   r   4   s    B 	r   r   c                       \ rS rSrSrSrg)DistutilsSetupError?   zmFor errors that can be definitely blamed on the setup script,
such as invalid keyword arguments to 'setup()'.r   Nr   r   r   r   r"   r"   ?   s    7 	r   r"   c                       \ rS rSrSrSrg)DistutilsPlatformErrorF   zWe 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.r   Nr   r   r   r   r%   r%   F   s    D 	r   r%   c                       \ rS rSrSrSrg)DistutilsExecErrorN   z\Any problems executing an external program (such as the C
compiler, when compiling C files).r   Nr   r   r   r   r(   r(   N   s    * 	r   r(   c                       \ rS rSrSrSrg)DistutilsInternalErrorU   zkInternal inconsistencies or impossibilities (obviously, this
should never be seen if the code is working!).r   Nr   r   r   r   r+   r+   U   s    6 	r   r+   c                       \ rS rSrSrSrg)DistutilsTemplateError\   z%Syntax error in a file list template.r   Nr   r   r   r   r.   r.   \   s    /r   r.   c                       \ rS rSrSrSrg)DistutilsByteCompileError`   zByte compile error.r   Nr   r   r   r   r1   r1   `   s    r   r1   c                       \ rS rSrSrSrg)CCompilerErrore   z#Some compile/link operation failed.r   Nr   r   r   r   r4   r4   e   s    -r   r4   c                       \ rS rSrSrSrg)PreprocessErrori   z.Failure to preprocess one or more C/C++ files.r   Nr   r   r   r   r7   r7   i   s    8r   r7   c                       \ rS rSrSrSrg)CompileErrorm   z2Failure to compile one or more C/C++ source files.r   Nr   r   r   r   r:   r:   m   s    <r   r:   c                       \ rS rSrSrSrg)LibErrorq   zGFailure to create a static library from one or more C/C++ object
files.r   Nr   r   r   r   r=   r=   q   s    r   r=   c                       \ rS rSrSrSrg)	LinkErrorv   zYFailure to link one or more C/C++ object files into an executable
or shared library file.r   Nr   r   r   r   r@   r@   v   s    r   r@   c                       \ rS rSrSrSrg)UnknownFileError{   z(Attempt to process an unknown file type.r   Nr   r   r   r   rC   rC   {   s    2r   rC   N)r   	Exceptionr   r   r   r   r   r   r   r"   r%   r(   r+   r.   r1   r4   r7   r:   r=   r@   rC   r   r   r   <module>rF      s   	Y 		> 		. 		> 		 		 		> 		. 		^ 		 		^ 	0^ 0 
.Y .9n 9=> =~ 
 
3~ 3r   