MediaWiki  REL1_24
CLDRPluralRuleError.php
Go to the documentation of this file.
00001 <?php
00016 class CLDRPluralRuleError extends MWException {
00017     function __construct( $message ) {
00018         parent::__construct( 'CLDR plural rule error: ' . $message );
00019     }
00020 }