jenkins-bot has submitted this change and it was merged. Change subject: MWException -> Exception ......................................................................
MWException -> Exception Change-Id: Ia0607f91714129c6c9861f23177e1b999d0ba20a --- M Expr.php M ParserFunctions.i18n.magic.php 2 files changed, 2 insertions(+), 2 deletions(-) Approvals: Jforrester: Looks good to me, approved jenkins-bot: Verified diff --git a/Expr.php b/Expr.php index 70d9b8d..ef98c26 100644 --- a/Expr.php +++ b/Expr.php @@ -48,7 +48,7 @@ define( 'EXPR_FMOD', 37 ); define( 'EXPR_SQRT' , 38 ); -class ExprError extends MWException { +class ExprError extends Exception { /** * @param $msg string * @param $parameter string diff --git a/ParserFunctions.i18n.magic.php b/ParserFunctions.i18n.magic.php index d4e1b0f..de6e4e2 100644 --- a/ParserFunctions.i18n.magic.php +++ b/ParserFunctions.i18n.magic.php @@ -704,4 +704,4 @@ 'if' => array( 0, '若' ), 'time' => array( 0, '時間' ), 'timel' => array( 0, '時間L' ), -); \ No newline at end of file +); -- To view, visit https://gerrit.wikimedia.org/r/184080 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ia0607f91714129c6c9861f23177e1b999d0ba20a Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/extensions/ParserFunctions Gerrit-Branch: master Gerrit-Owner: Ori.livneh <o...@wikimedia.org> Gerrit-Reviewer: Jackmcbarn <jackmcb...@gmail.com> Gerrit-Reviewer: Jforrester <jforres...@wikimedia.org> Gerrit-Reviewer: Siebrand <siebr...@kitano.nl> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list MediaWiki-commits@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits