Files
adminps_pv 4df494767b
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 6m48s
c4
2026-03-25 14:11:55 +00:00

8 lines
93 B
PHP
Executable File

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