Class AlreadyAuthenticated
Exception thrown when the user is already authenticated.
Third parties may use this exception to redirect authenticated user from a login page to their profile page.
- ICanBoogie\HTTP\ClientError
-
ICanBoogie\AlreadyAuthenticated implements ICanBoogie\HTTP\SecurityError
Methods summary
public
|
#
__construct( $message = "The user is already authenticated.", $code = 401, Exception $previous = null )
|