Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / vendor / symfony / http-kernel / Exception / MethodNotAllowedHttpException.php
index 78dd26bf0fd8f0fd6c6922f9e62dc27b67a8b8a0..e308a5fee2767ecaf077d1127598f1307eb3c062 100644 (file)
 namespace Symfony\Component\HttpKernel\Exception;
 
 /**
- * MethodNotAllowedHttpException.
- *
  * @author Kris Wallsmith <kris@symfony.com>
  */
 class MethodNotAllowedHttpException extends HttpException
 {
     /**
-     * Constructor.
-     *
      * @param array      $allow    An array of allowed methods
      * @param string     $message  The internal exception message
      * @param \Exception $previous The previous exception