NotAuthenticated
extends Exception
in package
Exception thrown if the user should be authenticated but isn't.
Tags
Table of Contents
- __construct() : mixed
- Exception constructor.
Methods
__construct()
Exception constructor.
public
__construct([mixed $message = 'Not currently in AUTHENTICATED state' ]) : mixed
Parameters
- $message : mixed = 'Not currently in AUTHENTICATED state'
-
The exception message, or an Exception object.