v1.0 Initial commit of project
This commit is contained in:
11
vendor/robthree/twofactorauth/lib/Providers/Qr/QRException.php
vendored
Normal file
11
vendor/robthree/twofactorauth/lib/Providers/Qr/QRException.php
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace RobThree\Auth\Providers\Qr;
|
||||
|
||||
use RobThree\Auth\TwoFactorAuthException;
|
||||
|
||||
class QRException extends TwoFactorAuthException
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user