1
0
Fork 0
commitizen/commitizen/cz/exceptions.py
Daniel Baumann 167a3f8553
Adding upstream version 4.6.0+dfsg.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-04-21 11:40:48 +02:00

4 lines
80 B
Python

class CzException(Exception): ...
class AnswerRequiredError(CzException): ...