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

5 lines
101 B
PHP

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