OpenSlides/openslides/motions/exceptions.py

8 lines
176 B
Python
Raw Normal View History

from openslides.utils.exceptions import OpenSlidesError
class WorkflowError(OpenSlidesError):
"""Exception raised when errors in a workflow or state accure."""
2019-01-06 16:22:33 +01:00
pass