class SuspiciousOperationException
Raised when a user has performed an operation that should be considered suspicious from a security perspective.
Hierarchy
- class \Symfony\Component\HttpFoundation\Exception\UnexpectedValueException extends \Symfony\Component\HttpFoundation\Exception\UnexpectedValueException
- class \Symfony\Component\HttpFoundation\Exception\UnexpectedValueException extends \Symfony\Component\HttpFoundation\Exception\UnexpectedValueException
- class \Symfony\Component\HttpFoundation\Exception\SuspiciousOperationException extends \Symfony\Component\HttpFoundation\Exception\UnexpectedValueException implements \Symfony\Component\HttpFoundation\Exception\RequestExceptionInterface
- class \Symfony\Component\HttpFoundation\Exception\UnexpectedValueException extends \Symfony\Component\HttpFoundation\Exception\UnexpectedValueException
Expanded class hierarchy of SuspiciousOperationException
2 files declare their use of SuspiciousOperationException
- HttpCache.php in vendor/
symfony/ http-kernel/ HttpCache/ HttpCache.php - Request.php in vendor/
symfony/ http-foundation/ Request.php
File
-
vendor/
symfony/ http-foundation/ Exception/ SuspiciousOperationException.php, line 18
Namespace
Symfony\Component\HttpFoundation\ExceptionView source
class SuspiciousOperationException extends UnexpectedValueException implements RequestExceptionInterface {
}