Файловый менеджер - Редактировать - /var/www/html/mediawiki-1.43.1/includes/Rest/PathTemplateMatcher/PathSegmentException.php
Ðазад
<?php namespace MediaWiki\Rest\PathTemplateMatcher; use Exception; /** * @newable */ class PathSegmentException extends Exception { /** @var string */ public $template; /** @var mixed */ public $userData; /** * @stable to call * * @param string $template * @param mixed $userData */ public function __construct( $template, $userData ) { $this->template = $template; $this->userData = $userData; parent::__construct( "Unable to add path template \"$template\" since it contains " . "an empty path segment." ); } }
| ver. 1.1 | |
.
| PHP 8.4.18 | Ð“ÐµÐ½ÐµÑ€Ð°Ñ†Ð¸Ñ Ñтраницы: 0 |
proxy
|
phpinfo
|
ÐаÑтройка