Files
GNX-WEB/gnx-react/venv/lib/python3.12/site-packages/redis/commands/graph/exceptions.py
Iliyan Angelov fe26b7cca4 GNXSOFT.COM
2025-09-26 00:15:37 +03:00

4 lines
107 B
Python

class VersionMismatchException(Exception):
def __init__(self, version):
self.version = version