VvebOIDC/plugins/two-factor-auth/system/lib/Providers/Rng/RNGException.php

12 lines
170 B
PHP

<?php
declare(strict_types=1);
namespace RobThree\Auth\Providers\Rng;
use RobThree\Auth\TwoFactorAuthException;
class RNGException extends TwoFactorAuthException
{
}