Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / vendor / symfony / http-foundation / Exception / ConflictingHeadersException.php
index fa5f1c7873270be55896614197edcc1524f009c0..5fcf5b42695e7d7c2928f9f24d270d86deca5fa4 100644 (file)
@@ -14,10 +14,8 @@ namespace Symfony\Component\HttpFoundation\Exception;
 /**
  * The HTTP request contains headers with conflicting information.
  *
- * This exception should trigger an HTTP 400 response in your application code.
- *
  * @author Magnus Nordlander <magnus@fervo.se>
  */
-class ConflictingHeadersException extends \RuntimeException
+class ConflictingHeadersException extends \UnexpectedValueException implements RequestExceptionInterface
 {
 }