D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
proc
/
thread-self
/
root
/
opt
/
psa
/
phpMyAdmin
/
libraries
/
classes
/
WebAuthn
/
Filename :
WebAuthnException.php
back
Copy
<?php declare(strict_types=1); namespace PhpMyAdmin\WebAuthn; use Exception; class WebAuthnException extends Exception { }