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

9 lines
108 B
PHP

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