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