1
0
Fork 0
mirror of https://github.com/morpheus65535/bazarr synced 2025-01-05 14:34:21 +00:00
bazarr/libs/alembic/util/exc.py

7 lines
98 B
Python
Raw Normal View History

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