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, 0 insertions, 4 deletions
diff --git a/gitlint/exception.py b/gitlint/exception.py
deleted file mode 100644
index aee3fe2..0000000
--- a/gitlint/exception.py
+++ /dev/null
@@ -1,4 +0,0 @@
-
-class GitlintError(Exception):
- """ Based Exception class for all gitlint exceptions """
- pass