shuqianpinggu/huaxi/Lib/site-packages/alembic/util/exc.py

7 lines
98 B
Python
Raw Permalink Normal View History

2025-06-17 17:46:44 +08:00
class CommandError(Exception):
pass
class AutogenerateDiffsDetected(CommandError):
pass