Skip to content

Commit b8d8b83

Browse files
committed
Minor tweak
1 parent b181338 commit b8d8b83

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

controller/error_pages.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -193,10 +193,10 @@ To override non-HTML error output, the Serializer component needs to be installe
193193
$ composer require serializer
194194
195195
The Serializer component has a built-in ``FlattenException`` normalizer
196-
(:class:`Symfony\\Component\\Serializer\\Normalizer\\ProblemNormalizer`) and JSON/XML/CSV/YAML encoders. When your application
197-
throws an exception, Symfony can output it in one of those formats. If you want
198-
to change the output contents, create a new Normalizer that supports the
199-
``FlattenException`` input::
196+
(:class:`Symfony\\Component\\Serializer\\Normalizer\\ProblemNormalizer`) and
197+
JSON/XML/CSV/YAML encoders. When your application throws an exception, Symfony
198+
can output it in one of those formats. If you want to change the output
199+
contents, create a new Normalizer that supports the ``FlattenException`` input::
200200

201201
# src/App/Serializer/MyCustomProblemNormalizer.php
202202
namespace App\Serializer;

0 commit comments

Comments
 (0)