Commit graph

6 commits

Author SHA1 Message Date
Igor Ilic
6b97e95e14 refactor: Split entity related exceptions into graph and database exceptions
Move and split database entity related exceptions into graph and database exceptions

Refactor COG-502
2024-11-29 17:40:48 +01:00
Igor Ilic
eb09e5ad89 refactor: Moved ingestion exceptions to ingestion module
Moved custom ingestion exceptions to ingestion module

Refactor COG-502
2024-11-29 17:15:54 +01:00
Igor Ilic
df0b4b4820 refactor: Move user and group errors to users module
Moved user and group errors to users module

Refactor #COG-502
2024-11-29 17:06:34 +01:00
Igor Ilic
e67bd91bd2 feat: Add brief logging on raising exception
Added brief logging of exception raised on raising exception

Feature COG-502
2024-11-27 15:51:38 +01:00
Igor Ilic
ae568409a7 feat: Add custom exceptions to cognee lib
Added use of custom exceptions to cognee lib
2024-11-27 14:29:33 +01:00
Igor Ilic
a3fd079fd6 feat: Add Exceptions and exception handlers
Add classes for exceptions and add exception handling

Feature COG-502
2024-11-26 19:26:38 +01:00