32137b6523
python3.3 and python3.4 are supported
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
|