* Redo #15 which somehow didn't merge...

This commit is contained in:
RobThree
2017-02-17 12:15:17 +01:00
parent b3bb9685ea
commit 178c60d947
9 changed files with 2107 additions and 114 deletions
+3 -7
View File
@@ -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 {}