ILIAS  release_9 Revision v9.13-25-g2c18ec4c24f
SignatureInvalidException.php
Go to the documentation of this file.
1 <?php
2 
3 namespace Firebase\JWT;
4 
5 class SignatureInvalidException extends \UnexpectedValueException
6 {
7 }