Commit 168a8d52 authored by Aurel's avatar Aurel

add an exception class to use for error raised by connection plugins


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39892 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 03c9d51d
......@@ -35,6 +35,10 @@ from Products.ERP5Type.Tool.BaseTool import BaseTool
from Products.ERP5Type import Permissions
from Products.ERP5Type import _dtmldir
class ConnectionError(Exception):
pass
connection_plugin_registry = {}
def registerConnectionPlugin(name, klass, ignore_duplicate=False):
......
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