catching SQLAlchemy exceptions

前端 未结 3 584
长发绾君心
长发绾君心 2021-01-31 14:21

What is the upper level exception that I can catch SQLAlechmy exceptions with ?

>>> from sqlalchemy import exc
>>> dir(exc)
[\'ArgumentError\',         


        
3条回答
提交回复
热议问题