exceptions.py 229 B

12345678910
  1. """
  2. Global SQLAlchemy-Utils exception classes.
  3. """
  4. class ImproperlyConfigured(Exception):
  5. """
  6. SQLAlchemy-Utils is improperly configured; normally due to usage of
  7. a utility that depends on a missing library.
  8. """