Files
chat/venv/lib/python3.12/site-packages/redis/commands/graph/exceptions.py
Andrew K. Choi 537e7b363f
All checks were successful
continuous-integration/drone/push Build is passing
main commit
2025-10-16 16:30:25 +09:00

4 lines
107 B
Python

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