Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / vendor / drush / drush / src / Boot / BootstrapHook.php
index f6fc7e44ca6e98a1ce1de2fa93c2cf51271bd762..2818beecb27ef5f5040c0ab660a884388364259d 100644 (file)
@@ -29,7 +29,7 @@ class BootstrapHook implements InitializeHookInterface
 
         if (!$bootstrap_successful) {
             // TODO: better exception class, better exception method
-            throw new \Exception('Bootstrap failed.');
+            throw new \Exception('Bootstrap failed. Run your command with -vvv for more information.');
         }
     }
 }