cubicweb/req.py
changeset 12845 dd557dca2e86
parent 12567 26744ad37953
--- a/cubicweb/req.py	Tue Jan 14 09:43:02 2020 +0100
+++ b/cubicweb/req.py	Tue Jan 14 17:38:11 2020 +0100
@@ -34,10 +34,6 @@
 CACHE_REGISTRY = {}
 
 
-class FindEntityError(Exception):
-    """raised when find_one_entity() can not return one and only one entity"""
-
-
 class Cache(dict):
     def __init__(self):
         super(Cache, self).__init__()