Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F585349
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
592 B
Referenced Files
None
Subscribers
None
View Options
diff --git a/includes/widget/SpinnerWidget.php b/includes/widget/SpinnerWidget.php
index 9b528c3423e..f66b303aab3 100644
--- a/includes/widget/SpinnerWidget.php
+++ b/includes/widget/SpinnerWidget.php
@@ -2,7 +2,6 @@
namespace MediaWiki\Widget;
-use Exception;
use MediaWiki\Html\Html;
use Stringable;
@@ -64,10 +63,6 @@ class SpinnerWidget implements Stringable {
* @return string
*/
public function __toString() {
- try {
- return $this->toString();
- } catch ( Exception $ex ) {
- trigger_error( (string)$ex, E_USER_ERROR );
- }
+ return $this->toString();
}
}
File Metadata
Details
Attached
Mime Type
text/x-diff
Expires
Sat, Jul 5, 5:33 AM (1 d, 5 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
227754
Default Alt Text
(592 B)
Attached To
Mode
rMW mediawiki
Attached
Detach File
Event Timeline
Log In to Comment