File "WebAuthnException.php"

Full Path: /home/vantageo/public_html/cache/.wp-cli/wp-content/plugins/wp-phpmyadmin-extension/lib/phpMyAdmin/libraries/classes/WebAuthn/WebAuthnException.php
File size: 127 bytes
MIME-type: text/x-php
Charset: utf-8

<?php

declare(strict_types=1);

namespace PhpMyAdmin\WebAuthn;

use Exception;

class WebAuthnException extends Exception
{
}