Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / vendor / symfony / http-foundation / File / Exception / FileNotFoundException.php
index ac90d4035b8ce1d3b94da08dce43c98095d824cd..bfcc37ec66ea04583d11de82a10f3294d875f13f 100644 (file)
@@ -19,8 +19,6 @@ namespace Symfony\Component\HttpFoundation\File\Exception;
 class FileNotFoundException extends FileException
 {
     /**
-     * Constructor.
-     *
      * @param string $path The path to the file that was not found
      */
     public function __construct($path)