Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / vendor / symfony / http-kernel / Exception / ServiceUnavailableHttpException.php
index 32b9e2d26121829a42cc98c667172468c793a434..b2767c3fd5bccc809f5efa55e59d0b7d65bb302b 100644 (file)
 namespace Symfony\Component\HttpKernel\Exception;
 
 /**
- * ServiceUnavailableHttpException.
- *
  * @author Ben Ramsey <ben@benramsey.com>
  */
 class ServiceUnavailableHttpException extends HttpException
 {
     /**
-     * Constructor.
-     *
      * @param int|string $retryAfter The number of seconds or HTTP-date after which the request may be retried
      * @param string     $message    The internal exception message
      * @param \Exception $previous   The previous exception