We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c741854 commit bdd9794Copy full SHA for bdd9794
1 file changed
odml/tools/parser_utils.py
@@ -11,3 +11,10 @@ class ParserException(Exception):
11
Exception wrapper used by various odML parsers.
12
"""
13
pass
14
+
15
16
+class InvalidVersionException(ParserException):
17
+ """
18
+ Exception wrapper to indicate a non-compatible odML version.
19
20
+ pass
0 commit comments