Files
conservatorio-tomadini/libraries/vendor/web-auth/webauthn-lib/src/Exception/AttestationStatementException.php
2024-12-17 17:34:10 +01:00

10 lines
130 B
PHP

<?php
declare(strict_types=1);
namespace Webauthn\Exception;
class AttestationStatementException extends WebauthnException
{
}