We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cb349d3 + f6e18b3 commit 0b12b35Copy full SHA for 0b12b35
components/error_handler.rst
@@ -49,7 +49,7 @@ Turning PHP Errors into Exceptions
49
The :class:`Symfony\\Component\\ErrorHandler\\ErrorHandler` class catches PHP
50
errors and uncaught PHP exceptions and turns them into PHP's
51
:phpclass:`ErrorException` objects, except for fatal PHP errors, which are
52
-turned into Symfony's :class:`Symfony\\Component\\ErrorHandler\\Exception\\FatalErrorException`
+turned into Symfony's :class:`Symfony\\Component\\ErrorHandler\\Error\\FatalError`
53
objects.
54
55
If the application uses the FrameworkBundle, this error handler is enabled by
0 commit comments