This website works better with JavaScript
Home
Explore
Help
Sign In
michel
/
michel-auth
mirror of
https://github.com/michelphp/michel-auth
Watch
2
Star
0
Fork
0
Files
Issues
0
Wiki
Tree:
68a142d175
Branches
Tags
main
michel-auth
/
src
/
Exception
/
AuthenticationException.php
AuthenticationException.php
94 B
History
Raw
1
2
3
4
5
6
7
<?php
namespace Michel\Auth\Exception;
class AuthenticationException extends \Exception
{
}