cognee/cognee/tasks/completion/exceptions/__init__.py
2025-01-05 19:09:08 +01:00

9 lines
177 B
Python

"""
Custom exceptions for the Cognee API.
This module defines a set of exceptions for handling various compute errors
"""
from .exceptions import (
NoRelevantDataFound,
)