Файловый менеджер - Редактировать - /home/pimjdymy/public_html/safrandsi/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( public readonly AuthenticationExtension $authenticationExtension, string $message = '', int $code = 0, ?Throwable $previous = null ) { parent::__construct($message, $code, $previous); } /** * @deprecated since 4.7.0. Please use the property directly. * @infection-ignore-all */ public function getAuthenticationExtension(): AuthenticationExtension { return $this->authenticationExtension; } }
| ver. 1.4 |
Github
|
.
| PHP 8.2.30 | Генерация страницы: 0.01 |
proxy
|
phpinfo
|
Настройка