Merge "Align "What's this" vertically"
[lhc/web/wiklou.git] / includes / exception / MWExceptionHandler.php
index ef81366..bf232e9 100644 (file)
@@ -128,8 +128,6 @@ class MWExceptionHandler {
        public static function handleException( $e ) {
                self::rollbackMasterChangesAndLog( $e );
                self::report( $e );
-               // Exit value should be nonzero for the benefit of shell jobs
-               exit( 1 );
        }
 
        /**
@@ -618,7 +616,7 @@ TXT;
         * @param ErrorException $e
         * @param string $channel
         * @param string $level
-       */
+        */
        protected static function logError(
                ErrorException $e, $channel, $level = LogLevel::ERROR
        ) {