Files
citrus-cms/mysql/libraries/classes/WebAuthn/WebAuthnException.php
T
2026-04-28 21:15:09 +03:00

12 lines
127 B
PHP

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