Files
Grav-Admin-Plugin/vendor/robthree/twofactorauth/lib/TwoFactorAuthException.php
2017-08-25 16:20:57 -06:00

7 lines
99 B
PHP

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