Working on exception handling. WIP.
This commit is contained in:
@@ -29,7 +29,9 @@ class Kernel extends ConsoleKernel {
|
||||
}
|
||||
catch (Exception $e)
|
||||
{
|
||||
$output->writeln((string) $e);
|
||||
$this->reportException($e);
|
||||
|
||||
$this->renderException($output, $e);
|
||||
|
||||
return 1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user