Skip to content

Exceptions

Custom exceptions for GSO.

NotFoundError

Bases: Exception

Exception raised for not found search.

Source code in gso/utils/exceptions.py
class NotFoundError(Exception):
    """Exception raised for not found search."""

WorkflowStateError

Bases: Exception

Exception raised on problems during workflow.

Source code in gso/utils/exceptions.py
class WorkflowStateError(Exception):
    """Exception raised on problems during workflow."""