lucidAuth/include/JWT/SignatureInvalidException.php

8 lines
102 B
PHP
Raw Normal View History

2019-01-16 11:37:35 +01:00
<?php
namespace Firebase\JWT;
class SignatureInvalidException extends \UnexpectedValueException
{
}