| Current Path : /usr/share/php/PragmaRX/Google2FA5/Exceptions/ |
| 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';
}