1
0
Fork 0
mirror of https://github.com/morpheus65535/bazarr synced 2025-01-03 13:35:18 +00:00
bazarr/libs/alembic/util/exc.py

6 lines
98 B
Python

class CommandError(Exception):
pass
class AutogenerateDiffsDetected(CommandError):
pass