
    n&ph                     v   S r SSKJr  SSKJr  SSKJr  SSKJr  SSKJr  SSKJr	  \r
\	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`.
   )CompileError)Error)LibError)	LinkError)PreprocessError)UnknownFileTypec                       \ 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       O/var/www/html/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)DistutilsArgError0   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    0   s    ( 	r   r    c                       \ rS rSrSrSrg)DistutilsFileError7   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#   7   s     	r   r#   c                       \ rS rSrSrSrg)DistutilsOptionError?   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&   ?   s    B 	r   r&   c                       \ rS rSrSrSrg)DistutilsSetupErrorJ   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)   J   s    7 	r   r)   c                       \ rS rSrSrSrg)DistutilsPlatformErrorQ   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,   Q   s    D 	r   r,   c                       \ rS rSrSrSrg)DistutilsExecErrorY   z\Any problems executing an external program (such as the C
compiler, when compiling C files).r   Nr   r   r   r   r/   r/   Y   s    * 	r   r/   c                       \ rS rSrSrSrg)DistutilsInternalError`   zkInternal inconsistencies or impossibilities (obviously, this
should never be seen if the code is working!).r   Nr   r   r   r   r2   r2   `   s    6 	r   r2   c                       \ rS rSrSrSrg)DistutilsTemplateErrorg   z%Syntax error in a file list template.r   Nr   r   r   r   r5   r5   g   s    /r   r5   c                       \ rS rSrSrSrg)DistutilsByteCompileErrork   zByte compile error.r   Nr   r   r   r   r8   r8   k   s    r   r8   N)r   compilers.C.errorsr   r   _Errorr   r   r   r   _UnknownFileTypeCCompilerErrorUnknownFileError	Exceptionr
   r   r   r   r    r#   r&   r)   r,   r/   r2   r5   r8   r   r   r   <module>r@      s    = / 4 6 B C# 	Y 		> 		. 		> 		 		 		> 		. 		^ 		 		^ 	0^ 0 r   