Move exception to a single module

This commit is contained in:
Roberto Rosario
2012-02-02 09:23:20 -04:00
parent 2ac6250149
commit 1eabbf90cd

View 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