+
    SBi                     x   R t ^RIHt ^RIHt ^RIHt ^RIHt ^RIHt ^RIHt	 ]t
]	t ! R R]4      t ! R	 R
]4      t ! R R]4      t ! R R]4      t ! R R]4      t ! R R]4      t ! R R]4      t ! R R]4      t ! R R]4      t ! R R]4      t ! R R]4      t ! R R]4      t ! R R ]4      tR!# )"z
Exceptions used by the Distutils modules.

Distutils modules may raise these or standard exceptions,
including :exc:`SystemExit`.
)CompileError)Error)LibError)	LinkError)PreprocessError)UnknownFileTypec                       ] tR t^tRtRtR# )DistutilsErrorzThe root of all Distutils evil. N__name__
__module____qualname____firstlineno____doc____static_attributes__r
       A/usr/lib/python3.14/site-packages/setuptools/_distutils/errors.pyr	   r	      s    )r   r	   c                       ] tR t^tRtRtR# )DistutilsModuleErrorzUnable 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                       ] tR t^!tRtRtR# )DistutilsClassErrorzSome 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                       ] tR t^*tRtRtR# )DistutilsGetoptErrorz7The option table provided to 'fancy_getopt()' is bogus.r
   Nr   r
   r   r   r   r   *   s    Ar   r   c                       ] tR t^0tRtRtR# )DistutilsArgErrorz]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                       ] tR t^7tRtRtR# )DistutilsFileErrorzAny 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                       ] tR t^?tRtRtR# )DistutilsOptionErrorau  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                       ] tR t^JtRtRtR# )DistutilsSetupErrorzmFor 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                       ] tR t^QtRtRtR# )DistutilsPlatformErrorzWe 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                       ] tR t^YtRtRtR# )DistutilsExecErrorz\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                       ] tR t^`tRtRtR# )DistutilsInternalErrorzkInternal inconsistencies or impossibilities (obviously, this
should never be seen if the code is working!).r
   Nr   r
   r   r   r'   r'   `   s    6 	r   r'   c                       ] tR t^gtRtRtR# )DistutilsTemplateErrorz%Syntax error in a file list template.r
   Nr   r
   r   r   r)   r)   g   s    /r   r)   c                       ] tR t^ktRtRtR# )DistutilsByteCompileErrorzByte compile error.r
   Nr   r
   r   r   r+   r+   k   s    r   r+   N)r   compilers.C.errorsr   r   _Errorr   r   r   r   _UnknownFileTypeCCompilerErrorUnknownFileError	Exceptionr	   r   r   r   r   r   r   r!   r#   r%   r'   r)   r+   r
   r   r   <module>r2      s    = / 4 6 B C# 	Y 		> 		. 		> 		 		 		> 		. 		^ 		 		^ 	0^ 0 r   