Файловый менеджер - Редактировать - /var/www/html/mediawiki-1.43.1/vendor/wikimedia/parsoid/src/Core/ClientError.php
Ðазад
<?php declare( strict_types = 1 ); namespace Wikimedia\Parsoid\Core; use Exception; /** * Exception thrown on invalid client requests. Should result in a HTTP 400. */ class ClientError extends Exception { public function __construct( string $message = 'Bad Request' ) { parent::__construct( $message ); } }
| ver. 1.1 | |
.
| PHP 8.4.18 | Ð“ÐµÐ½ÐµÑ€Ð°Ñ†Ð¸Ñ Ñтраницы: 0 |
proxy
|
phpinfo
|
ÐаÑтройка