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