Move exception to a single module
This commit is contained in:
6
apps/document_indexing/exceptions.py
Normal file
6
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