We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f980f24 commit 4501bccCopy full SHA for 4501bcc
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