Файловый менеджер - Редактировать - /home/lmsyaran/public_html/joomla5/libraries/vendor/web-auth/webauthn-lib/src/Exception/InvalidAttestationStatementException.php
Назад
<?php declare(strict_types=1); namespace Webauthn\Exception; use Throwable; use Webauthn\AttestationStatement\AttestationStatement; final class InvalidAttestationStatementException extends AttestationStatementException { public function __construct( public readonly AttestationStatement $attestationStatement, string $message, ?Throwable $previous = null ) { parent::__construct($message, $previous); } public static function create( AttestationStatement $attestationStatement, string $message = 'Invalid attestation statement', ?Throwable $previous = null ): self { return new self($attestationStatement, $message, $previous); } }
| ver. 1.4 |
Github
|
.
| PHP 8.1.33 | Генерация страницы: 0.02 |
proxy
|
phpinfo
|
Настройка