php-simple-jwt/src/Validator/JwtHeaderException.php

9 lines
109 B
PHP
Raw Normal View History

2021-02-11 12:22:51 +00:00
<?php
namespace NoccyLabs\SimpleJwt\Validator;
class JwtHeaderException extends JwtValidatorException
{
}