Files
GNX-WEB/frontEnd/venv/lib/python3.12/site-packages/redis/commands/graph/exceptions.py
Iliyan Angelov 366f28677a update
2025-11-24 03:52:08 +02:00

4 lines
107 B
Python

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