"""Custom exceptions for :term:`GSO`.""" class NotFoundError(Exception): """Exception raised for not found search.""" class WorkflowStateError(Exception): """Exception raised on problems during workflow."""