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