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.
- Exception
- ICanBoogie\SecurityException
- ICanBoogie\AlreadyAuthenticated
Methods summary
public
|
#
__construct( mixed $message = "The user is already authenticated", mixed $code = 401,
|
Methods inherited from Exception
__toString()
,
getCode()
,
getFile()
,
getLine()
,
getMessage()
,
getPrevious()
,
getTrace()
,
getTraceAsString()