mirror of
https://github.com/RobThree/TwoFactorAuth.git
synced 2026-08-17 21:04:23 +00:00
10 lines
125 B
PHP
10 lines
125 B
PHP
<?php declare(strict_types=1);
|
|
|
|
namespace RobThree\Auth;
|
|
|
|
use Exception;
|
|
|
|
class TwoFactorAuthException extends Exception
|
|
{
|
|
}
|