Symfony\Component\HttpFoundation\Exception
Classes
Raised when a user sends a malformed request.
The HTTP request contains headers with conflicting information.
Thrown by Request::toArray() when the content cannot be JSON-decoded.
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).
Raised when a user has performed an operation that should be considered
suspicious from a security perspective.
Interfaces
Interface for Request exceptions.