Skip to content

Commit 396caab

Browse files
committed
SessionExpired is a kind of SessionError.
1 parent 23cc363 commit 396caab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

neo4j/v1/api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -433,7 +433,7 @@ class TransactionError(Exception):
433433
"""
434434

435435

436-
class SessionExpired(Exception):
436+
class SessionExpired(SessionError):
437437
""" Raised when no a session is no longer able to fulfil
438438
its purpose.
439439
"""

0 commit comments

Comments
 (0)