We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f980f24 + 4501bcc commit 19a6f21Copy full SHA for 19a6f21
src/Instrument/ClassLoading/CacheWarmer.php
@@ -68,7 +68,7 @@ public function warmUp()
68
69
$errors = [];
70
71
- $displayException = function (\Exception $exception, $path) use (&$errors) {
+ $displayException = function (\Throwable $exception, $path) use (&$errors) {
72
$this->output->writeln(sprintf('<fg=white;bg=red;options=bold>[ERR]</>: %s', $path));
73
$errors[$path] = $exception->getMessage();
74
};
0 commit comments