_exceptions.py
changeset 9467 ad66d7b3fd48
parent 9375 8e88576787c3
child 9543 39f981482e34
--- a/_exceptions.py	Wed Jan 22 15:50:03 2014 +0100
+++ b/_exceptions.py	Mon Jul 01 16:13:17 2013 +0200
@@ -76,13 +76,6 @@
     """the eid is not defined in the system tables"""
     msg = 'No entity with eid %s in the repository'
 
-class ETypeNotSupportedBySources(RepositoryError, InternalError):
-    """no source support an entity type"""
-    msg = 'No source supports %r entity\'s type'
-
-class MultiSourcesError(RepositoryError, InternalError):
-    """usually due to bad multisources configuration or rql query"""
-
 class UniqueTogetherError(RepositoryError):
     """raised when a unique_together constraint caused an IntegrityError"""
     def __init__(self, session, **kwargs):