lucidAuth/include/JWT/SignatureInvalidException.php
2019-01-16 11:37:35 +01:00

8 lines
102 B
PHP

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