mirror of
https://github.com/RobThree/TwoFactorAuth.git
synced 2026-08-17 08:50:57 +00:00
10 lines
167 B
PHP
10 lines
167 B
PHP
<?php declare(strict_types=1);
|
|
|
|
namespace RobThree\Auth\Providers\Qr;
|
|
|
|
use RobThree\Auth\TwoFactorAuthException;
|
|
|
|
class QRException extends TwoFactorAuthException
|
|
{
|
|
}
|