Update exceptions.py

This commit is contained in:
hajdul88 2025-08-13 15:03:44 +02:00
parent fabbd638a4
commit 59c9204a74

View file

@ -6,7 +6,7 @@ class CollectionNotFoundError(CogneeValidationError):
"""
Represents an error that occurs when a requested collection cannot be found.
This class extends the CriticalError to handle specific cases where a requested
This class extends the CogneeValidationError to handle specific cases where a requested
collection is unavailable. It can be initialized with a custom message and allows for
logging options including log level and whether to log the error.
"""