4 lines
102 B
Python
4 lines
102 B
Python
|
|
class GitlintError(Exception):
|
|
""" Based Exception class for all gitlint exceptions """
|
|
pass
|