summaryrefslogtreecommitdiffstats
path: root/gitlint/exception.py
diff options
context:
space:
mode:
Diffstat (limited to 'gitlint/exception.py')
-rw-r--r--gitlint/exception.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/gitlint/exception.py b/gitlint/exception.py
new file mode 100644
index 0000000..aee3fe2
--- /dev/null
+++ b/gitlint/exception.py
@@ -0,0 +1,4 @@
+
+class GitlintError(Exception):
+ """ Based Exception class for all gitlint exceptions """
+ pass