1 2 3 4 5 6 7 8 9 10
<?phpnamespace PragmaRX\Google2FA\Exceptions;use Exception;class InvalidCharactersException extends Exception{ protected $message = 'Invalid characters in the base32 string.';}