<?php

declare(strict_types=1);

namespace Scheb\TwoFactorBundle\Security\TwoFactor\Provider\Exception;

use RuntimeException;

/**
 * @final
 */
class UnexpectedTokenException extends RuntimeException
{
}
