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