Files
mayan-edms/mayan/apps/document_indexing/exceptions.py

7 lines
164 B
Python

class MaxSuffixCountReached(Exception):
"""
Raised when there are too many documents with the same filename in the
same node/directory
"""
pass