Bugfix : à l'instanciation d'un site CMF, le composant Products.CMFCore.interfaces...
[Plinn.git] / exceptions.py
1 """ Plinn exceptions
2
3
4
5 """
6 from AccessControl import ModuleSecurityInfo
7 from DateTime.DateTime import DateTimeError
8 from Products.CMFCore.WorkflowCore import WorkflowException
9
10 security = ModuleSecurityInfo('Products.Plinn.exceptions')
11 security.declarePublic('DateTimeError')
12 security.declarePublic('WorkflowException')