EliteBot/elitebot/lib/python3.11/site-packages/sqlalchemy_utils/exceptions.py
2024-02-19 15:34:25 +01:00

10 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.
"""