__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
<?php
declare(strict_types=1);
namespace Webauthn\Exception;
use Throwable;
final class CounterException extends WebauthnException
{
public function __construct(
public int $currentCounter,
public int $authenticatorCounter,
string $message,
?Throwable $previous = null
) {
parent::__construct($message, $previous);
}
public static function create(
int $currentCounter,
int $authenticatorCounter,
string $message,
?Throwable $previous = null
): self {
return new self($currentCounter, $authenticatorCounter, $message, $previous);
}
}
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| AttestationStatementException.php | File | 130 B | 0664 |
|
| AttestationStatementLoadingException.php | File | 737 B | 0664 |
|
| AttestationStatementVerificationException.php | File | 351 B | 0664 |
|
| AuthenticationExtensionException.php | File | 299 B | 0664 |
|
| AuthenticatorResponseVerificationException.php | File | 309 B | 0664 |
|
| CounterException.php | File | 642 B | 0664 |
|
| InvalidAttestationStatementException.php | File | 725 B | 0664 |
|
| InvalidDataException.php | File | 503 B | 0664 |
|
| InvalidTrustPathException.php | File | 292 B | 0664 |
|
| UnsupportedFeatureException.php | File | 294 B | 0664 |
|
| WebauthnException.php | File | 284 B | 0664 |
|