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