File: exceptions.py

package info (click to toggle)
python-sqlalchemy-utils 0.41.2-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,252 kB
  • sloc: python: 13,566; makefile: 141
file content (10 lines) | stat: -rw-r--r-- 229 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
"""
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.
    """