Файловый менеджер - Редактировать - /var/www/html/mediawiki-1.43.1/vendor/wikimedia/parsoid/src/Ext/ExtensionError.php
Ðазад
<?php declare( strict_types = 1 ); namespace Wikimedia\Parsoid\Ext; use Exception; use Wikimedia\Parsoid\NodeData\DataMwError; /** * Exception thrown to halt extension tag content parsing and produce standard * error output. * * $key and $params are basically the arguments to wfMessage, although they * will be stored in the data-mw of the encapsulation wrapper. * * See https://www.mediawiki.org/wiki/Specs/HTML#Error_handling */ class ExtensionError extends Exception { /** * @var DataMwError */ public $err; /** * @param string $key * @param mixed ...$params */ public function __construct( string $key = 'mw-extparse-error', ...$params ) { parent::__construct(); $this->err = new DataMwError( $key, $params ); } }
| ver. 1.1 | |
.
| PHP 8.4.18 | Ð“ÐµÐ½ÐµÑ€Ð°Ñ†Ð¸Ñ Ñтраницы: 0 |
proxy
|
phpinfo
|
ÐаÑтройка