alexpts/php-jwt-service

View on GitHub
src/PTS/JwtService/VerifyTokenException.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php
declare(strict_types=1);

namespace PTS\JwtService;

class VerifyTokenException extends \Exception
{

}