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