added docstring to 'KnownPublishError'

This commit is contained in:
iLLiCiTiT 2021-09-29 18:05:01 +02:00
parent 8c55039ddc
commit f61dccc032

View file

@ -20,6 +20,10 @@ class PublishValidationError(Exception):
class KnownPublishError(Exception):
"""Publishing crashed because of known error.
Message will be shown in UI for artist.
"""
pass