From: addshore Date: Mon, 11 Apr 2016 12:34:20 +0000 (+0100) Subject: Add missing use MWException to SessionManager X-Git-Tag: 1.31.0-rc.0~7334 X-Git-Url: https://git.cyclocoop.org/%242?a=commitdiff_plain;h=31292c688ef972cd4a826e064fa229c3ec577433;p=lhc%2Fweb%2Fwiklou.git Add missing use MWException to SessionManager Change-Id: I098e719cd888400191438bb0c4deeaaff1aa32dd --- diff --git a/includes/session/SessionManager.php b/includes/session/SessionManager.php index fc73335244..c65fa2117a 100644 --- a/includes/session/SessionManager.php +++ b/includes/session/SessionManager.php @@ -23,6 +23,7 @@ namespace MediaWiki\Session; +use MWException; use Psr\Log\LoggerInterface; use BagOStuff; use CachedBagOStuff;