2 lines
90 B
Python
2 lines
90 B
Python
class GitlintError(Exception):
|
|
"""Based Exception class for all gitlint exceptions"""
|