Files
php-simple-jwt/src/Validator/JwtHeaderException.php
2021-02-11 13:22:51 +01:00

9 lines
109 B
PHP

<?php
namespace NoccyLabs\SimpleJwt\Validator;
class JwtHeaderException extends JwtValidatorException
{
}