<?php

declare(strict_types=1);

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

use LogicException;

/**
 * @final
 */
class TwoFactorProviderLogicException extends LogicException
{
}
