Closed
Description
symfony new foo --version=next && cd foo
composer req annotations twig maker
bin/console make:controller hello
# throw an exception in the generated controller
symfony serve
# hit the controller and look at the log of the server:
|ERROR| PHP Uncaught PHP Exception Exception: "boo" at /.../foo/src/Controller/HelloController.php line 15
|ERROR| PHP Uncaught Exception: boo
|ERROR| PHP Uncaught PHP Exception Exception: "boo" at /.../foo/src/Controller/HelloController.php line 15
on 4.3, only one line is logged.