mirror of
https://github.com/RobThree/TwoFactorAuth.git
synced 2026-08-19 00:03:25 +00:00
* Redo #15 which somehow didn't merge...
This commit is contained in:
@@ -2,10 +2,6 @@
|
||||
|
||||
namespace RobThree\Auth;
|
||||
|
||||
class TwoFactorAuthException extends \Exception
|
||||
{
|
||||
function __construct($message = "", $code = 0, $exception = null)
|
||||
{
|
||||
parent::__construct($message, $code, $exception);
|
||||
}
|
||||
}
|
||||
use Exception;
|
||||
|
||||
class TwoFactorAuthException extends \Exception {}
|
||||
Reference in New Issue
Block a user