Skip to content
Snippets Groups Projects
exceptions.py 219 B
"""Custom exceptions for :term:`GSO`."""


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


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