8 lines
85 B
PHP
8 lines
85 B
PHP
<?php
|
|
|
|
namespace Laragear\WebAuthn\Contracts;
|
|
|
|
interface WebAuthnException
|
|
{
|
|
//
|
|
} |