_exceptions.py
branch3.5
changeset 3042 d2455badf7fb
parent 2850 92032ede5ae7
child 3162 d6ae24439bee
--- a/_exceptions.py	Thu Aug 27 17:02:02 2009 +0200
+++ b/_exceptions.py	Thu Aug 27 17:03:19 2009 +0200
@@ -65,9 +65,8 @@
     """no source support an entity type"""
     msg = 'No source supports %r entity\'s type'
 
-class RTypeNotSupportedBySources(RepositoryError, InternalError):
-    """no source support a relation type"""
-    msg = 'No source supports %r relation\'s type'
+class MultiSourcesError(RepositoryError, InternalError):
+    """usually due to bad multisources configuration or rql query"""
 
 
 # security exceptions #########################################################