Files
GseTDDUebungKCLR/database/phpMyAdmin/libraries/classes/WebAuthn/WebAuthnException.php
Riley Schneider b732d8d4b5 Initial Commit
2025-12-03 16:38:10 +01:00

12 lines
127 B
PHP

<?php
declare(strict_types=1);
namespace PhpMyAdmin\WebAuthn;
use Exception;
class WebAuthnException extends Exception
{
}