You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
on 4.3, only one line is logged.
The text was updated successfully, but these errors were encountered: