This website works better with JavaScript
Página Principal
Explorar
Ajuda
Iniciar Sessão
michel
/
michel-auth
mirror de
https://github.com/michelphp/michel-auth
Vigiar
2
Colocar Estrela
0
Fork
0
Ficheiros
Problemas
0
Wiki
Árvore:
68a142d175
Ramos
Etiquetas
main
michel-auth
/
src
/
Exception
/
AuthenticationException.php
AuthenticationException.php
94 B
Histórico
Em bruto
1
2
3
4
5
6
7
<?php
namespace Michel\Auth\Exception;
class AuthenticationException extends \Exception
{
}