Files
mayan-edms/mayan/apps/dependencies/exceptions.py
T
2019-04-15 23:45:59 -04:00

8 lines
142 B
Python

from __future__ import unicode_literals
class DependenciesException(Exception):
"""
Base exception for the dependencies app
"""