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

8 lines
141 B
PHP

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