jenkins-bot has submitted this change and it was merged.

Change subject: Tweaked the message for non-MW exceptions
......................................................................


Tweaked the message for non-MW exceptions

Change-Id: I46dae88d66b65aa596743bdbdbdee270d53ae803
---
M includes/exception/MWExceptionHandler.php
1 file changed, 1 insertion(+), 2 deletions(-)

Approvals:
  Ori.livneh: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/includes/exception/MWExceptionHandler.php 
b/includes/exception/MWExceptionHandler.php
index ad462f2..d49bdef 100644
--- a/includes/exception/MWExceptionHandler.php
+++ b/includes/exception/MWExceptionHandler.php
@@ -83,8 +83,7 @@
                                }
                        }
                } else {
-                       $message = "Unexpected non-MediaWiki exception 
encountered, of type \"" .
-                               get_class( $e ) . "\"";
+                       $message = "Exception encountered, of type \"" . 
get_class( $e ) . "\"";
 
                        if ( $wgShowExceptionDetails ) {
                                $message .= "\n" . 
MWExceptionHandler::getLogMessage( $e ) . "\nBacktrace:\n" .

-- 
To view, visit https://gerrit.wikimedia.org/r/183999
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I46dae88d66b65aa596743bdbdbdee270d53ae803
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: Aaron Schulz <[email protected]>
Gerrit-Reviewer: Chad <[email protected]>
Gerrit-Reviewer: Ori.livneh <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to