Your IP : 216.73.216.40


Current Path : /usr/share/php/PragmaRX/Google2FA5/Exceptions/
Upload File :
Current File : //usr/share/php/PragmaRX/Google2FA5/Exceptions/SecretKeyTooShortException.php

<?php

namespace PragmaRX\Google2FA\Exceptions;

use Exception;

class SecretKeyTooShortException extends Exception
{
    protected $message = 'Secret key is too short. Must be at least 16 base32 characters';
}