%PDF- %PDF-
 Mini Shell
 Mini Shell  
 | Direktori : /lib/python3/dist-packages/setuptools/_distutils/__pycache__/ | 
| Current File : //lib/python3/dist-packages/setuptools/_distutils/__pycache__/errors.cpython-312.pyc | 
�
    
_�d  �                   �  � d Z  G d� de�      Z G d� de�      Z G d� de�      Z G d� de�      Z G d	� d
e�      Z G d� de�      Z G d
� de�      Z G d� de�      Z	 G d� de�      Z
 G d� de�      Z G d� de�      Z G d� de�      Z
 G d� de�      Z G d� de�      Z G d� de�      Z G d� d e�      Z G d!� d"e�      Z G d#� d$e�      Z G d%� d&e�      Zy')(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 Zd ZdZy)�DistutilsErrorzThe root of all Distutils evil.N��__name__�
__module__�__qualname__�__doc__� �    �>/usr/lib/python3/dist-packages/setuptools/_distutils/errors.pyr   r      s   � �)�r
   r   c                   �   � e Zd ZdZy)�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� 	r
   r
   c                   �   � e Zd ZdZy)�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   � ��
 	r
   r   c                   �   � e Zd ZdZy)�DistutilsGetoptErrorz7The option table provided to 'fancy_getopt()' is bogus.Nr   r	   r
   r   r   r   "