File "WebAuthnException.php"
Full path: E:/sites/Single15/tinmung2007/webroot/XAMMP/phpMyAdmin/libraries/classes/WebAuthn/WebAuthnException.php
File size: 127 B
MIME-type:
Charset: utf-8
<?php
declare(strict_types=1);
namespace PhpMyAdmin\WebAuthn;
use Exception;
class WebAuthnException extends Exception
{
}