Files
moodle/lib/php-jwt/src/ExpiredException.php
T
carlos a2a13f2786 MDL-66920 lib/php-jwt: Update to version 5.2.0 to add JWK support
- Updated firebase/php-jwt library to version 5.2.0 that has JWK support.
- Changed thirdpartylibs.xml to reflect version change.
2020-04-08 13:12:23 -03:00

7 lines
92 B
PHP

<?php
namespace Firebase\JWT;
class ExpiredException extends \UnexpectedValueException
{
}