jingcai-php/public/phmad521/vendor/pragmarx/google2fa-qrcode/src/Exceptions/MissingQrCodeServiceExcepti...

10 lines
129 B
PHP
Executable File

<?php
namespace PragmaRX\Google2FAQRCode\Exceptions;
use Exception;
class MissingQrCodeServiceException extends Exception
{
}