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