mirror of
https://github.com/morpheus65535/bazarr
synced 2025-01-05 14:34:21 +00:00
7 lines
98 B
Python
7 lines
98 B
Python
|
class CommandError(Exception):
|
||
|
pass
|
||
|
|
||
|
|
||
|
class AutogenerateDiffsDetected(CommandError):
|
||
|
pass
|