Files
webauthn/src/Contracts/WebAuthnException.php
2022-06-14 05:17:04 -04:00

8 lines
85 B
PHP

<?php
namespace Laragear\WebAuthn\Contracts;
interface WebAuthnException
{
//
}