interface RequestExceptionInterface
Same name in this branch
- 11.1.x vendor/psr/http-client/src/RequestExceptionInterface.php \Psr\Http\Client\RequestExceptionInterface
Interface for Request exceptions.
Exceptions implementing this interface should trigger an HTTP 400 response in the application code.
Hierarchy
- interface \Symfony\Component\HttpFoundation\Exception\RequestExceptionInterface
Expanded class hierarchy of RequestExceptionInterface
All classes that implement RequestExceptionInterface
2 files declare their use of RequestExceptionInterface
- FlattenException.php in vendor/
symfony/ error-handler/ Exception/ FlattenException.php - HttpKernel.php in vendor/
symfony/ http-kernel/ HttpKernel.php
File
-
vendor/
symfony/ http-foundation/ Exception/ RequestExceptionInterface.php, line 19
Namespace
Symfony\Component\HttpFoundation\ExceptionView source
interface RequestExceptionInterface {
}