Файловый менеджер - Редактировать - /var/www/html/libraries/vendor/web-auth/metadata-service/src/Exception/InvalidCertificateException.php
Ðазад
<?php declare(strict_types=1); namespace Webauthn\MetadataService\Exception; use Throwable; final class InvalidCertificateException extends MetadataServiceException { public function __construct( public readonly string $certificate, string $message, ?Throwable $previous = null ) { parent::__construct($message, $previous); } public static function create(string $certificate, string $message, ?Throwable $previous = null): self { return new self($certificate, $message, $previous); } }
| ver. 1.1 | |
.
| PHP 8.4.18 | Ð“ÐµÐ½ÐµÑ€Ð°Ñ†Ð¸Ñ Ñтраницы: 0 |
proxy
|
phpinfo
|
ÐаÑтройка