0752d476e4
* Remove headers * Changed lineendings to linux style in AUTHORS and CHANGELOG
9 lines
200 B
Python
9 lines
200 B
Python
# -*- coding: utf-8 -*-
|
|
|
|
from openslides.utils.exceptions import OpenSlidesError
|
|
|
|
|
|
class WorkflowError(OpenSlidesError):
|
|
"""Exception raised when errors in a workflow or state accure."""
|
|
pass
|