FAEA/venv/lib/python3.10/site-packages/redis/commands/graph/exceptions.py
2025-12-22 17:14:46 +08:00

3 lines
107 B
Python

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