File: //usr/local/lib/python3.10/site-packages/setuptools/_distutils/__pycache__/errors.cpython-310.pyc
o
��i � @ s8 d Z G dd� de�ZG dd� de�ZG dd� de�ZG dd� de�ZG d d
� d
e�ZG dd� de�ZG d
d� de�ZG dd� de�Z G dd� de�Z
G dd� de�ZG dd� de�ZG dd� de�Z
G dd� de�ZG dd� de�ZG dd� de�ZG dd � d e�ZG d!d"� d"e�ZG d#d$� d$e�ZG d%d&� d&e�Zd'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 Zd ZdZdS )�DistutilsErrorzThe root of all Distutils evil.N��__name__�
__module__�__qualname__�__doc__� r r �G/usr/local/lib/python3.10/site-packages/setuptools/_distutils/errors.pyr � r c @ r )�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 � r c @ r )�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
c @ r )�DistutilsGetoptErrorz7The option table provided to 'fancy_getopt()' is bogus.Nr r r r r r "