Files
Sentri/vendor/robthree/twofactorauth/lib/TwoFactorAuthException.php
2026-05-10 21:40:25 +02:00

12 lines
126 B
PHP

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