File manager - Edit - /home/ferretapmx/public_html/libraries/vendor/web-auth/webauthn-lib/src/AuthenticationExtensions/ExtensionOutputError.php
Back
<?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.4 |
Github
|
.
| PHP 8.2.32 | Generation time: 0.06 |
proxy
|
phpinfo
|
Settings