Files
mayan-edms/mayan/apps/document_states/exceptions.py
2017-08-26 22:03:05 -04:00

10 lines
253 B
Python

from __future__ import unicode_literals
class WorkflowException(Exception):
"""Base exception for the document states app"""
class WorkflowStateActionError(WorkflowException):
"""Raise for errors during exection of workflow state actions"""