SessionNotFoundException
class SessionNotFoundException extendsLogicException implementsRequestExceptionInterface
Raised when a session does not exist. This happens in the following cases: - the session is not enabled - attempt to read a session outside a request context (ie. cli script).
Methods
__construct(string$message ='There is currently no session available.',int$code =0,Throwable$previous =null)
No description