Files
arif_grafin/pma/libraries/classes/WebAuthn/WebAuthnException.php
dev@siliconpin.com a3067c5ad4 first commit
2025-08-07 11:53:41 +05:30

12 lines
127 B
PHP

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