summaryrefslogtreecommitdiff
path: root/redis/commands/graph/exceptions.py
diff options
context:
space:
mode:
Diffstat (limited to 'redis/commands/graph/exceptions.py')
-rw-r--r--redis/commands/graph/exceptions.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/redis/commands/graph/exceptions.py b/redis/commands/graph/exceptions.py
new file mode 100644
index 0000000..4bbac10
--- /dev/null
+++ b/redis/commands/graph/exceptions.py
@@ -0,0 +1,3 @@
+class VersionMismatchException(Exception):
+ def __init__(self, version):
+ self.version = version