Файловый менеджер - Редактировать - /var/www/html/mediawiki-1.43.1/extensions/FileImporter/src/Exceptions/ImportException.php
Ðазад
<?php namespace FileImporter\Exceptions; use RuntimeException; use Throwable; /** * @license GPL-2.0-or-later * @author Addshore */ class ImportException extends RuntimeException { /** * @param string $message * @param int|string $code * @param Throwable|null $previous */ public function __construct( string $message, $code, ?Throwable $previous = null ) { if ( is_string( $code ) && ctype_digit( $code ) ) { $code = (int)$code; } parent::__construct( $message, (int)$code, $previous ); // Not all codes can be passed through the constructor due to type hints if ( !is_int( $code ) ) { $this->code = $code; } } }
| ver. 1.1 | |
.
| PHP 8.4.18 | Ð“ÐµÐ½ÐµÑ€Ð°Ñ†Ð¸Ñ Ñтраницы: 0 |
proxy
|
phpinfo
|
ÐаÑтройка