Class Symfony\Component\HttpFoundation\Exception\SessionNotFoundException

extends LogicException
implements RequestExceptionInterface

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
Methods inherited from Exception
__wakeup(), getMessage(), getCode(), getFile(), getLine(), getTrace(), getPrevious(), getTraceAsString(), __toString()