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