[Zope] Products: using Product's specific exceptions from TTW Python scripts

Jens Quade jq at jquade.de
Thu Jan 8 04:43:19 EST 2004


On 08.01.2004, at 09:52, Gilles Lenfant wrote:

Hi Gilles,

Martijn's Formulator product contains an example (in Errors.py):

from Products.PythonScripts.Utility import allow_class

class FormValidationError(Exception):
	...
	
allow_class(FormValidationError)




More information about the Zope mailing list