Files
TestMesa/backend/lib/python3.12/site-packages/redis/commands/graph/exceptions.py
2024-12-17 14:36:15 -08:00

4 lines
107 B
Python

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