Skip to content

Commit 3e5ea9a

Browse files
committed
change exception hierarchy
1 parent aa00118 commit 3e5ea9a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/lpdb_python/session.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ class LpdbResponse(TypedDict):
7474
"""
7575

7676

77-
class LpdbError(Exception):
77+
class LpdbError(IOError):
7878
"""
7979
Raised when the LPDB request created a fatal issue.
8080
"""

0 commit comments

Comments
 (0)