Files
mayan-edms/apps/documents/exceptions.py
2012-06-15 19:28:22 -04:00

7 lines
187 B
Python

class NewDocumentVersionNotAllowed(Exception):
"""
Uploading new versions for this document is not allowed
Current reasons: Document is in checked out state
"""
pass