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