posts/plugins/login/vendor/robthree/twofactorauth/lib/TwoFactorAuthException.php

8 lines
99 B
PHP

<?php
namespace RobThree\Auth;
use Exception;
class TwoFactorAuthException extends Exception {}