Files
server/opt/psa/phpMyAdmin/libraries/classes/WebAuthn/WebAuthnException.php
cutemeli 0bfc6c8425 Initial
2025-12-22 10:32:59 +00:00

12 lines
127 B
PHP

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