# learnpress/4.1.7/inc/jwt/includes/php-jwt/SignatureInvalidException.php

LearnPress – WordPress LMS Plugin for Create and Sell Online Courses, version 4.1.7. 8 lines.

- Page: https://pluginprobe.com/plugins/learnpress/4.1.7/code/inc/jwt/includes/php-jwt/SignatureInvalidException.php
- Raw: https://pluginprobe.com/plugins/learnpress/4.1.7/raw/inc/jwt/includes/php-jwt/SignatureInvalidException.php
- Modified: 2022-09-13T03:07:46+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/learnpress/4.1.7/code/inc/jwt/includes/php-jwt/SignatureInvalidException.php#L10-L20`.

```php
<?php
namespace Firebase\JWT;

class SignatureInvalidException extends \UnexpectedValueException {


}

```
