Laragear/WebAuthn

View on GitHub
src/Exceptions/DataException.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

namespace Laragear\WebAuthn\Exceptions;

use Exception;
use Laragear\WebAuthn\Contracts\WebAuthnException;

class DataException extends Exception implements WebAuthnException
{
    //
}