# learnpress/4.4.5/inc/jwt/includes/php-jwt/ExpiredException.php

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

- Page: https://pluginprobe.com/plugins/learnpress/4.4.5/code/inc/jwt/includes/php-jwt/ExpiredException.php
- Raw: https://pluginprobe.com/plugins/learnpress/4.4.5/raw/inc/jwt/includes/php-jwt/ExpiredException.php
- Modified: 2026-08-22T04:23:06+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.4.5/code/inc/jwt/includes/php-jwt/ExpiredException.php#L10-L20`.

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

class ExpiredException extends \UnexpectedValueException {


}

```
