mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 13:24:54 +01:00
added docstring to 'KnownPublishError'
This commit is contained in:
parent
8c55039ddc
commit
f61dccc032
1 changed files with 4 additions and 0 deletions
|
|
@ -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
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue