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