posts/plugins/login/vendor/robthree/twofactorauth/lib/Providers/Qr/QRException.php

8 lines
141 B
PHP
Raw Normal View History

<?php
namespace RobThree\Auth\Providers\Qr;
use RobThree\Auth\TwoFactorAuthException;
class QRException extends TwoFactorAuthException {}