[Erp5-report] r39892 aurel - /erp5/trunk/products/ERP5Type/Tool/WebServiceTool.py

nobody at svn.erp5.org nobody at svn.erp5.org
Thu Nov 4 11:51:31 CET 2010


Author: aurel
Date: Thu Nov  4 11:51:29 2010
New Revision: 39892

URL: http://svn.erp5.org?rev=39892&view=rev
Log:
add an exception class to use for error raised by connection plugins

Modified:
    erp5/trunk/products/ERP5Type/Tool/WebServiceTool.py

Modified: erp5/trunk/products/ERP5Type/Tool/WebServiceTool.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5Type/Tool/WebServiceTool.py?rev=39892&r1=39891&r2=39892&view=diff
==============================================================================
--- erp5/trunk/products/ERP5Type/Tool/WebServiceTool.py [utf8] (original)
+++ erp5/trunk/products/ERP5Type/Tool/WebServiceTool.py [utf8] Thu Nov  4 11:51:29 2010
@@ -35,6 +35,10 @@ from Products.ERP5Type.Tool.BaseTool imp
 from Products.ERP5Type import Permissions
 from Products.ERP5Type import _dtmldir
 
+class ConnectionError(Exception):
+  pass
+
+
 connection_plugin_registry = {}
 
 def registerConnectionPlugin(name, klass, ignore_duplicate=False):




More information about the Erp5-report mailing list