Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / vendor / symfony / http-kernel / Exception / AccessDeniedHttpException.php
index 79d8639a5f7d303f8f8fad57f1721d8d5e33f3d2..39418842666b2f8a9fca09df20fa876efbf15416 100644 (file)
 namespace Symfony\Component\HttpKernel\Exception;
 
 /**
- * AccessDeniedHttpException.
- *
  * @author Fabien Potencier <fabien@symfony.com>
  * @author Christophe Coevoet <stof@notk.org>
  */
 class AccessDeniedHttpException extends HttpException
 {
     /**
-     * Constructor.
-     *
      * @param string     $message  The internal exception message
      * @param \Exception $previous The previous exception
      * @param int        $code     The internal exception code