Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / vendor / symfony / http-kernel / Exception / NotAcceptableHttpException.php
index cc6be4ba45a7d36edc3e1370af5a51a254662493..097a13fd9bc05aaa8169db436c8534081ff0a434 100644 (file)
 namespace Symfony\Component\HttpKernel\Exception;
 
 /**
- * NotAcceptableHttpException.
- *
  * @author Ben Ramsey <ben@benramsey.com>
  */
 class NotAcceptableHttpException extends HttpException
 {
     /**
-     * Constructor.
-     *
      * @param string     $message  The internal exception message
      * @param \Exception $previous The previous exception
      * @param int        $code     The internal exception code