Your IP : 216.73.216.182


Current Path : /var/www/html/myphp/libraries/classes/WebAuthn/
Upload File :
Current File : /var/www/html/myphp/libraries/classes/WebAuthn/WebAuthnException.php

<?php

declare(strict_types=1);

namespace PhpMyAdmin\WebAuthn;

use Exception;

class WebAuthnException extends Exception
{
}