Update exceptions.py
This commit is contained in:
parent
fabbd638a4
commit
59c9204a74
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
"""
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue