There was an error while loading. Please reload this page.
1 parent b4ef4f5 commit 86d16dfCopy full SHA for 86d16df
1 file changed
irods/message/__init__.py
@@ -20,7 +20,7 @@
20
IntegerProperty, LongProperty, ArrayProperty,
21
SubmessageProperty)
22
23
-class Bad_AVU_Field(Exception):
+class Bad_AVU_Field(ValueError):
24
pass
25
26
_TUPLE_LIKE_TYPES = (tuple, list)
0 commit comments