Файловый менеджер - Редактировать - /var/www/html/mediawiki-1.43.1/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; public function __construct( string $message, string $type, string $title ) { parent::__construct( $message ); $this->type = $type; $this->title = $title; } }
| ver. 1.1 | |
.
| PHP 8.4.18 | Ð“ÐµÐ½ÐµÑ€Ð°Ñ†Ð¸Ñ Ñтраницы: 0 |
proxy
|
phpinfo
|
ÐаÑтройка