# authorizer/3.6.0/vendor/firebase/php-jwt/src/ExpiredException.php

Authorizer, version 3.6.0. 8 lines.

- Page: https://pluginprobe.com/plugins/authorizer/3.6.0/code/vendor/firebase/php-jwt/src/ExpiredException.php
- Raw: https://pluginprobe.com/plugins/authorizer/3.6.0/raw/vendor/firebase/php-jwt/src/ExpiredException.php
- Modified: 2021-06-22T01:51:48+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/authorizer/3.6.0/code/vendor/firebase/php-jwt/src/ExpiredException.php#L10-L20`.

```php
<?php

namespace Firebase\JWT;

class ExpiredException extends \UnexpectedValueException
{
}

```
