���ѧۧݧ�ӧ�� �ާ֧ߧ֧էا֧� - ���֧էѧܧ�ڧ��ӧѧ�� - /home/rickpfrv/wiki.craftaro.com/vendor/wikimedia/parsoid/src/Utils/TitleException.php
���ѧ٧ѧ�
<?php declare( strict_types = 1 ); namespace Wikimedia\Parsoid\Utils; use RuntimeException; /** * Exception thrown for invalid titles * @note Replaces JS TitleError, because that implies it extends Error rather than Exception */ class TitleException extends RuntimeException { public $type; public $title; /** * @param string $message * @param string $type * @param string $title */ public function __construct( string $message, string $type, string $title ) { parent::__construct( $message ); $this->type = $type; $this->title = $title; } }
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | ���֧ߧ֧�ѧ�ڧ� ����ѧߧڧ��: 0.1 |
proxy
|
phpinfo
|
���ѧ����ۧܧ�