Initial changes to support the new Django 1.6 project structure
This commit is contained in:
6
mayan/apps/document_indexing/exceptions.py
Normal file
6
mayan/apps/document_indexing/exceptions.py
Normal file
@@ -0,0 +1,6 @@
|
||||
class MaxSuffixCountReached(Exception):
|
||||
"""
|
||||
Raised when there are too many documents with the same filename in the
|
||||
same node/directory
|
||||
"""
|
||||
pass
|
||||
Reference in New Issue
Block a user