VvebOIDC/plugins/two-factor-auth/system/lib/Providers/Time/TimeException.php

12 lines
172 B
PHP

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