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