We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aae0705 commit 60617d7Copy full SHA for 60617d7
book/part11.rst
@@ -75,7 +75,7 @@ make your error management configurable::
75
$msg = 'Something went wrong! ('.$exception->getMessage().')';
76
77
return new Response($msg, $exception->getStatusCode());
78
- });
+ };
79
$dispatcher->addSubscriber(new HttpKernel\EventListener\ExceptionListener($errorHandler));
80
81
``ExceptionListener`` gives you a ``FlattenException`` instance instead of the
0 commit comments