chore: changed pypdf error base class

This commit is contained in:
hajdul88 2025-08-13 15:17:01 +02:00
parent da40365932
commit 7af4775c56

View file

@ -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__(