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

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