Files
mayan-edms/apps/document_indexing/exceptions.py
2012-02-02 09:23:20 -04:00

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