summaryrefslogtreecommitdiff
path: root/src/distutils2/errors.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/distutils2/errors.py')
-rw-r--r--src/distutils2/errors.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/distutils2/errors.py b/src/distutils2/errors.py
index ef3e300..43469ce 100644
--- a/src/distutils2/errors.py
+++ b/src/distutils2/errors.py
@@ -80,6 +80,10 @@ class DistutilsByteCompileError(DistutilsError):
"""Byte compile error."""
+class DistutilsIndexError(DistutilsError):
+ """Any problem occuring during using the indexes."""
+
+
# Exception classes used by the CCompiler implementation classes
class CCompilerError(Exception):
"""Some compile/link operation failed."""