| Current Path : /var/www/html/pma/vendor/pragmarx/google2fa-qrcode/src/Exceptions/ |
| Current File : /var/www/html/pma/vendor/pragmarx/google2fa-qrcode/src/Exceptions/MissingQrCodeServiceException.php |
<?php
namespace PragmaRX\Google2FAQRCode\Exceptions;
use Exception;
class MissingQrCodeServiceException extends Exception
{
}