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

9 lines
108 B
PHP

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