Mercurial > hg > isophonics-drupal-site
comparison vendor/symfony/http-foundation/Exception/ConflictingHeadersException.php @ 14:1fec387a4317
Update Drupal core to 8.5.2 via Composer
author | Chris Cannam |
---|---|
date | Mon, 23 Apr 2018 09:46:53 +0100 |
parents | 4c8ae668cc8c |
children |
comparison
equal
deleted
inserted
replaced
13:5fb285c0d0e3 | 14:1fec387a4317 |
---|---|
12 namespace Symfony\Component\HttpFoundation\Exception; | 12 namespace Symfony\Component\HttpFoundation\Exception; |
13 | 13 |
14 /** | 14 /** |
15 * The HTTP request contains headers with conflicting information. | 15 * The HTTP request contains headers with conflicting information. |
16 * | 16 * |
17 * This exception should trigger an HTTP 400 response in your application code. | |
18 * | |
19 * @author Magnus Nordlander <magnus@fervo.se> | 17 * @author Magnus Nordlander <magnus@fervo.se> |
20 */ | 18 */ |
21 class ConflictingHeadersException extends \RuntimeException | 19 class ConflictingHeadersException extends \UnexpectedValueException implements RequestExceptionInterface |
22 { | 20 { |
23 } | 21 } |