This website works better with JavaScript
Página Principal
Explorar
Ajuda
Registe-se
Iniciar Sessão
PH
/
PHPsxg
Vigiar
1
Colocar Estrela
0
Fork
0
Ficheiros
Problemas
0
Pull Requests
0
Wiki
Árvore:
d610dbb726
Ramos
Etiquetas
master
PHPsxg
/
vendor
/
firebase
/
php-jwt
/
src
/
ExpiredException.php
ExpiredException.php
93 B
Histórico
Em bruto
1
2
3
4
5
6
7
<?php
namespace Firebase\JWT;
class ExpiredException extends \UnexpectedValueException
{
}