Fix reference to undefined class
authorErik Bernhardson <ebernhardson@wikimedia.org>
Thu, 30 Jun 2016 21:21:19 +0000 (14:21 -0700)
committerErik Bernhardson <ebernhardson@wikimedia.org>
Thu, 30 Jun 2016 21:39:50 +0000 (14:39 -0700)
This error class was moved into wikimedia/cldr-plural-rule-parser
project, but in the conversion process this exception was not
converted over.

Change-Id: I36a2466a89e2ed6f0b98b45fcb945b6fdf56fbcf

includes/cache/localisation/LocalisationCache.php

index 0fb9ed8..4970a2b 100644 (file)
@@ -23,6 +23,7 @@
 use Cdb\Reader as CdbReader;
 use Cdb\Writer as CdbWriter;
 use CLDRPluralRuleParser\Evaluator;
+use CLDRPluralRuleParser\Error as CLDRPluralRuleError;
 use MediaWiki\MediaWikiServices;
 
 /**