[repo] Drop no more used ShuttingDown exception
authorSylvain Thénault <sylvain.thenault@logilab.fr>
Fri, 10 Mar 2017 11:25:24 +0100
changeset 12022 f1abf449148e
parent 12021 cc8135ecfbb8
child 12023 0d2b889c85d3
[repo] Drop no more used ShuttingDown exception
cubicweb/server/__init__.py
--- a/cubicweb/server/__init__.py	Fri Mar 10 11:55:16 2017 +0100
+++ b/cubicweb/server/__init__.py	Fri Mar 10 11:25:24 2017 +0100
@@ -39,12 +39,6 @@
 from cubicweb.appobject import AppObject
 
 
-class ShuttingDown(BaseException):
-    """raised when trying to access some resources while the repository is
-    shutting down. Inherit from BaseException so that `except Exception` won't
-    catch it.
-    """
-
 # server-side services #########################################################
 
 class Service(AppObject):