mirror of
https://github.com/getgrav/grav-plugin-admin.git
synced 2026-07-27 12:19:54 +02:00
7 lines
99 B
PHP
7 lines
99 B
PHP
<?php
|
|
|
|
namespace RobThree\Auth;
|
|
|
|
use Exception;
|
|
|
|
class TwoFactorAuthException extends \Exception {} |