summaryrefslogtreecommitdiff
path: root/pylint/exceptions.py
diff options
context:
space:
mode:
Diffstat (limited to 'pylint/exceptions.py')
-rw-r--r--pylint/exceptions.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/pylint/exceptions.py b/pylint/exceptions.py
index 57353a466..30640093f 100644
--- a/pylint/exceptions.py
+++ b/pylint/exceptions.py
@@ -23,3 +23,7 @@ class EmptyReportError(Exception):
class InvalidReporterError(Exception):
"""raised when selected reporter is invalid (e.g. not found)"""
+
+
+class ConfigurationError(Exception):
+ """Raised when the configuration is invalid."""