���ѧۧݧ�ӧ�� �ާ֧ߧ֧էا֧� - ���֧էѧܧ�ڧ��ӧѧ�� - /home/rickpfrv/wiki.craftaro.com/vendor/wikimedia/parsoid/src/Ext/ExtensionError.php
���ѧ٧ѧ�
<?php declare( strict_types = 1 ); namespace Wikimedia\Parsoid\Ext; use Exception; /** * 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 array */ public $err; /** * @param string $key * @param mixed ...$params */ public function __construct( string $key = 'mw-extparse-error', ...$params ) { parent::__construct(); $this->err = [ 'key' => $key ]; if ( count( $params ) > 0 ) { $this->err['params'] = $params; } } }
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | ���֧ߧ֧�ѧ�ڧ� ����ѧߧڧ��: 0 |
proxy
|
phpinfo
|
���ѧ����ۧܧ�