Files
mayan-edms/mayan/apps/common/warnings.py
2019-04-11 16:22:55 -04:00

8 lines
146 B
Python

from __future__ import absolute_import
class DatabaseWarning(UserWarning):
"""
Warning when using unsupported database backends
"""