Файловый менеджер - Редактировать - /var/www/html/libraries/vendor/web-auth/webauthn-lib/src/AuthenticationExtensions/ExtensionOutputError.php
Ðазад
<?php declare(strict_types=1); namespace Webauthn\AuthenticationExtensions; use Exception; use Throwable; class ExtensionOutputError extends Exception { public function __construct( private readonly AuthenticationExtension $authenticationExtension, string $message = '', int $code = 0, Throwable $previous = null ) { parent::__construct($message, $code, $previous); } public function getAuthenticationExtension(): AuthenticationExtension { return $this->authenticationExtension; } }
| ver. 1.1 | |
.
| PHP 8.4.18 | Ð“ÐµÐ½ÐµÑ€Ð°Ñ†Ð¸Ñ Ñтраницы: 0 |
proxy
|
phpinfo
|
ÐаÑтройка