File "MissingQrCodeServiceException.php"
Full path: E:/sites/Single15/tinmung2007/webroot/XAMMP/phpMyAdmin/vendor/pragmarx/google2fa-qrcode/src/Exceptions/MissingQrCodeServiceException.php
File size: 129 B
MIME-type:
Charset: utf-8
<?php
namespace PragmaRX\Google2FAQRCode\Exceptions;
use Exception;
class MissingQrCodeServiceException extends Exception
{
}