From 7af4775c562265a87c5da92c72aeee0789a84fa9 Mon Sep 17 00:00:00 2001 From: hajdul88 <52442977+hajdul88@users.noreply.github.com> Date: Wed, 13 Aug 2025 15:17:01 +0200 Subject: [PATCH] chore: changed pypdf error base class --- .../data/processing/document_types/exceptions/exceptions.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cognee/modules/data/processing/document_types/exceptions/exceptions.py b/cognee/modules/data/processing/document_types/exceptions/exceptions.py index b5126a8a7..a05e64d60 100644 --- a/cognee/modules/data/processing/document_types/exceptions/exceptions.py +++ b/cognee/modules/data/processing/document_types/exceptions/exceptions.py @@ -1,8 +1,8 @@ -from cognee.exceptions import CogneeApiError +from cognee.exceptions import CogneeSystemError from fastapi import status -class PyPdfInternalError(CogneeApiError): +class PyPdfInternalError(CogneeSystemError): """Internal pypdf error""" def __init__(