Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / vendor / drush / drush / src / Cache / FileCache.php
index 7e38135c3f188f92acc301bdb6effbcfc825e8a6..7fcee2636a2a7055ceef98ecb543ec5559485245 100644 (file)
@@ -57,7 +57,7 @@ class FileCache implements CacheInterface
             foreach ($cids as $cid) {
                 $filename = $this->getFilePath($cid);
                 if (!file_exists($filename)) {
-                    throw new \Exception;
+                    return [];
                 }
 
                 $item = $this->readFile($filename);