Commit 9a046245 authored by Jérome Perrin's avatar Jérome Perrin

allow access to ValidationFailed msg attribute


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@6170 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 1b1fe38b
......@@ -107,6 +107,7 @@ class ValidationFailed(Exception):
"""
Exception.__init__(self)
self.msg = message_instance
__allow_access_to_unprotected_subobjects__ = 1
DCWorkflow.ValidationFailed = ValidationFailed
......
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