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