Files
TwoFactorAuth/lib/Providers/Time/TimeException.php
T
2022-12-07 23:10:13 +01:00

10 lines
171 B
PHP

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