summaryrefslogtreecommitdiffstats
path: root/GitAutoDeploy/exceptions.py
diff options
context:
space:
mode:
Diffstat (limited to 'GitAutoDeploy/exceptions.py')
-rw-r--r--GitAutoDeploy/exceptions.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/GitAutoDeploy/exceptions.py b/GitAutoDeploy/exceptions.py
new file mode 100644
index 0000000..a4c10c0
--- /dev/null
+++ b/GitAutoDeploy/exceptions.py
@@ -0,0 +1,3 @@
+class FilterMatchError(Exception):
+ """Used to describe when a filter does not match a request."""
+ pass