0b5f75339e
* Fixed agenda permissions * Renamed assignment to assignments, fixed assignments permission names * Renamed mediafile to mediafiles * Renamed motion to motions. Fixed motions permission names
7 lines
175 B
Python
7 lines
175 B
Python
from openslides.utils.exceptions import OpenSlidesError
|
|
|
|
|
|
class WorkflowError(OpenSlidesError):
|
|
"""Exception raised when errors in a workflow or state accure."""
|
|
pass
|