Commit f686c969 authored by Tres Seaver's avatar Tres Seaver

Preserve 'reason' semantics.

parent dbebf6dc
......@@ -511,7 +511,9 @@ try:
from ZODB.POSException import BTreesConflictError
except ImportError:
class BTreesConflictError(ValueError):
pass
@property
def reason(self):
return self.args[-1]
###############################################################
# IMPORTANT NOTE
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment