# HG changeset patch # User Sylvain Thénault # Date 1489141524 -3600 # Node ID f1abf449148e9437fbbd45b020a7280814b9e6df # Parent cc8135ecfbb88f62f57d6d5017d63c7b068269c2 [repo] Drop no more used ShuttingDown exception diff -r cc8135ecfbb8 -r f1abf449148e 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):