class ConflictingHeadersException
The HTTP request contains headers with conflicting information.
@author Magnus Nordlander <magnus@fervo.se>
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\ConflictingHeadersException 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 ConflictingHeadersException
2 files declare their use of ConflictingHeadersException
- Profiler.php in vendor/
symfony/ http-kernel/ Profiler/ Profiler.php - Request.php in vendor/
symfony/ http-foundation/ Request.php
File
-
vendor/
symfony/ http-foundation/ Exception/ ConflictingHeadersException.php, line 19
Namespace
Symfony\Component\HttpFoundation\ExceptionView source
class ConflictingHeadersException extends UnexpectedValueException implements RequestExceptionInterface {
}