Add dependencies app
Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
This commit is contained in:
7
mayan/apps/dependencies/exceptions.py
Normal file
7
mayan/apps/dependencies/exceptions.py
Normal file
@@ -0,0 +1,7 @@
|
||||
from __future__ import unicode_literals
|
||||
|
||||
|
||||
class DependenciesException(Exception):
|
||||
"""
|
||||
Base exception for the dependencies app
|
||||
"""
|
||||
Reference in New Issue
Block a user