[Zope3-checkins] SVN: Zope3/branches/ZopeX3-3.0/src/zope/app/dependable/interfaces.py Merged r26159 from trunk.

Garrett Smith garrett at mojave-corp.com
Wed Jul 7 12:19:17 EDT 2004


Log message for revision 26160:
Merged r26159 from trunk.


-=-
Modified: Zope3/branches/ZopeX3-3.0/src/zope/app/dependable/interfaces.py
===================================================================
--- Zope3/branches/ZopeX3-3.0/src/zope/app/dependable/interfaces.py	2004-07-07 16:14:28 UTC (rev 26159)
+++ Zope3/branches/ZopeX3-3.0/src/zope/app/dependable/interfaces.py	2004-07-07 16:19:17 UTC (rev 26160)
@@ -16,6 +16,7 @@
 """
 
 from zope.interface import Interface
+from zope.app.exception.interfaces import UserError
 
 class IDependable(Interface):
     """Objects that other objects depend on.
@@ -44,5 +45,5 @@
 $Id$
 """
 
-class DependencyError(Exception):
+class DependencyError(UserError):
     """ This object is dependable"""



More information about the Zope3-Checkins mailing list