Skip to content

Commit bdd9794

Browse files
committed
[parser utils] Add InvalidVersion exception
1 parent c741854 commit bdd9794

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

odml/tools/parser_utils.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,10 @@ class ParserException(Exception):
1111
Exception wrapper used by various odML parsers.
1212
"""
1313
pass
14+
15+
16+
class InvalidVersionException(ParserException):
17+
"""
18+
Exception wrapper to indicate a non-compatible odML version.
19+
"""
20+
pass

0 commit comments

Comments
 (0)