Update docs for return and exception info
[lhc/web/wiklou.git] / includes / objectcache / EhcacheBagOStuff.php
index f86cf15..156c39e 100644 (file)
@@ -35,6 +35,7 @@ class EhcacheBagOStuff extends BagOStuff {
 
        /**
         * @param $params array
+        * @throws MWException
         */
        function __construct( $params ) {
                if ( !defined( 'CURLOPT_TIMEOUT_MS' ) ) {