summaryrefslogtreecommitdiffstats
path: root/peekaboo/exceptions.py
diff options
context:
space:
mode:
Diffstat (limited to 'peekaboo/exceptions.py')
-rw-r--r--peekaboo/exceptions.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/peekaboo/exceptions.py b/peekaboo/exceptions.py
index 1ee8097..298cd21 100644
--- a/peekaboo/exceptions.py
+++ b/peekaboo/exceptions.py
@@ -40,6 +40,11 @@ class PeekabooRulesetException(PeekabooException):
pass
+class PeekabooRulesetConfigError(PeekabooException):
+ """ Used to signal that a rule is unhappy with its configuration. """
+ pass
+
+
class PeekabooAnalysisDeferred(PeekabooRulesetException):
""" Analysis has been deferred to a later point in time.