# learnpress/4.3.9/inc/jwt/includes/php-jwt/BeforeValidException.php

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

- Page: https://pluginprobe.com/plugins/learnpress/4.3.9/code/inc/jwt/includes/php-jwt/BeforeValidException.php
- Raw: https://pluginprobe.com/plugins/learnpress/4.3.9/raw/inc/jwt/includes/php-jwt/BeforeValidException.php
- Modified: 2026-06-08T02:53:42+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.3.9/code/inc/jwt/includes/php-jwt/BeforeValidException.php#L10-L20`.

```php
<?php
namespace LP\Firebase\JWT;

class BeforeValidException extends \UnexpectedValueException {


}

```
