Files
deb-python-sqlalchemy-utils/sqlalchemy_utils/exceptions.py
2015-03-17 14:14:07 +02:00

11 lines
229 B
Python

"""
Global SQLAlchemy-Utils exception classes.
"""
class ImproperlyConfigured(Exception):
"""
SQLAlchemy-Utils is improperly configured; normally due to usage of
a utility that depends on a missing library.
"""