mirror of
https://github.com/RobThree/TwoFactorAuth.git
synced 2026-08-20 09:13:05 +00:00
10 lines
171 B
PHP
10 lines
171 B
PHP
<?php declare(strict_types=1);
|
|
|
|
namespace RobThree\Auth\Providers\Time;
|
|
|
|
use RobThree\Auth\TwoFactorAuthException;
|
|
|
|
class TimeException extends TwoFactorAuthException
|
|
{
|
|
}
|