This website works better with JavaScript
Trang chủ
Khám phá
Trợ giúp
Đăng nhập
michel
/
michel-auth
mirror of
https://github.com/michelphp/michel-auth
Xem
2
Star
0
Fork
0
Các tập tin
Các vấn đề
0
Wiki
Tree:
ab97f1026c
Branches
Tags
main
michel-auth
/
src
/
Exception
/
LogoutException.php
LogoutException.php
99 B
Lịch sử
Raw
1
2
3
4
5
6
7
<?php
namespace Michel\Auth\Exception;
class LogoutException extends AuthenticationException
{
}