Your IP : 216.73.216.40


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

<?php

namespace PragmaRX\Google2FA\Exceptions;

use Exception;

class InvalidCharactersException extends Exception
{
    protected $message = 'Invalid characters in the base32 string.';
}