Files
prop-data-guard/backend/.venv/lib/python3.9/site-packages/redis/commands/graph/exceptions.py
T
2026-04-22 17:07:33 +08:00

4 lines
107 B
Python

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