Repository URL to install this package:
|
Version:
0.33.11 ▾
|
SQLAlchemy-Utils
/
exceptions.py
|
|---|
"""
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.
"""