Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / vendor / symfony / debug / Exception / ClassNotFoundException.php
index b91bf46631bbb482943988927889dd7fc6d7ab1d..de5c45644363b9a4e935535661786e318e7b7a89 100644 (file)
@@ -26,6 +26,9 @@ class ClassNotFoundException extends FatalErrorException
             $previous->getSeverity(),
             $previous->getFile(),
             $previous->getLine(),
+            null,
+            true,
+            null,
             $previous->getPrevious()
         );
         $this->setTrace($previous->getTrace());