Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / vendor / symfony / http-kernel / Exception / NotFoundHttpException.php
index 4639e379b90fc94d780f793fc493b5dd71a6d9a4..878173cc7b9ace62fe3b035ecd2a35f6eca1058b 100644 (file)
 namespace Symfony\Component\HttpKernel\Exception;
 
 /**
- * NotFoundHttpException.
- *
  * @author Fabien Potencier <fabien@symfony.com>
  */
 class NotFoundHttpException extends HttpException
 {
     /**
-     * Constructor.
-     *
      * @param string     $message  The internal exception message
      * @param \Exception $previous The previous exception
      * @param int        $code     The internal exception code