What is the upper level exception that I can catch SQLAlechmy exceptions with ?
>>> from sqlalchemy import exc >>> dir(exc) [\'ArgumentError\',
From the source:
The base exception class is SQLAlchemyError.
SQLAlchemyError