class NotFoundError(Exception):
    """Exception raised for not found search."""

    pass


class WorkflowStateException(Exception):
    """Exception raised on problems during workflow."""

    pass