3 * @author Niklas Laxström, Tim Starling
5 * @copyright Copyright © 2010-2012, Niklas Laxström
6 * @license http://www.gnu.org/copyleft/gpl.html GNU General Public License 2.0 or later
13 * The exception class for all the classes in this file. This will be thrown
14 * back to the caller if there is any validation error.
16 class CLDRPluralRuleError
extends MWException
{
17 function __construct( $message ) {
18 parent
::__construct( 'CLDR plural rule error: ' . $message );