7 lines
187 B
Python
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
|