gl-website-deployer/admin/phpMyAdmin/libraries/classes/WebAuthn/WebAuthnException.php

12 lines
127 B
PHP
Raw Normal View History

2024-11-19 07:02:04 +00:00
<?php
declare(strict_types=1);
namespace PhpMyAdmin\WebAuthn;
use Exception;
class WebAuthnException extends Exception
{
}