VvebOIDC/plugins/two-factor-auth/system/lib/TwoFactorAuthException.php

12 lines
126 B
PHP

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