huaxi-backend-master/huaxi/Lib/site-packages/alembic/util/exc.py

7 lines
98 B
Python
Raw Normal View History

2025-08-01 19:12:19 +08:00
class CommandError(Exception):
pass
class AutogenerateDiffsDetected(CommandError):
pass