mirror of
https://gitlab.com/MoonTestUse1/AdministrationItDepartmens.git
synced 2025-08-14 00:25:46 +02:00
7 lines
98 B
Python
7 lines
98 B
Python
class CommandError(Exception):
|
|
pass
|
|
|
|
|
|
class AutogenerateDiffsDetected(CommandError):
|
|
pass
|