lucidAuth/include/JWT/SignatureInvalidException.php

8 lines
102 B
PHP

<?php
namespace Firebase\JWT;
class SignatureInvalidException extends \UnexpectedValueException
{
}