chore: changed pypdf error base class
This commit is contained in:
parent
da40365932
commit
7af4775c56
1 changed files with 2 additions and 2 deletions
|
|
@ -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__(
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue