ILIAS  release_8 Revision v8.23
SignatureInvalidException.php
Go to the documentation of this file.
1 <?php
2 
3 namespace Firebase\JWT;
4 
5 class SignatureInvalidException extends \UnexpectedValueException
6 {
7 }