mirror of
https://github.com/RobThree/TwoFactorAuth.git
synced 2026-08-20 19:02:51 +00:00
8 lines
145 B
PHP
8 lines
145 B
PHP
<?php
|
|
|
|
namespace RobThree\Auth\Providers\Time;
|
|
|
|
use RobThree\Auth\TwoFactorAuthException;
|
|
|
|
class TimeException extends TwoFactorAuthException {}
|