Ori.livneh has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/184080

Change subject: MWException -> Exception
......................................................................

MWException -> Exception

Change-Id: Ia0607f91714129c6c9861f23177e1b999d0ba20a
---
M Expr.php
M ParserFunctions.i18n.magic.php
2 files changed, 2 insertions(+), 2 deletions(-)


  git pull 
ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/ParserFunctions 
refs/changes/80/184080/1

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: newchange
Gerrit-Change-Id: Ia0607f91714129c6c9861f23177e1b999d0ba20a
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/ParserFunctions
Gerrit-Branch: master
Gerrit-Owner: Ori.livneh <o...@wikimedia.org>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to