Skip to content

Commit 0b12b35

Browse files
committed
Merge branch '4.4' into 5.0
* 4.4: Update error_handler.rst
2 parents cb349d3 + f6e18b3 commit 0b12b35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/error_handler.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Turning PHP Errors into Exceptions
4949
The :class:`Symfony\\Component\\ErrorHandler\\ErrorHandler` class catches PHP
5050
errors and uncaught PHP exceptions and turns them into PHP's
5151
:phpclass:`ErrorException` objects, except for fatal PHP errors, which are
52-
turned into Symfony's :class:`Symfony\\Component\\ErrorHandler\\Exception\\FatalErrorException`
52+
turned into Symfony's :class:`Symfony\\Component\\ErrorHandler\\Error\\FatalError`
5353
objects.
5454

5555
If the application uses the FrameworkBundle, this error handler is enabled by

0 commit comments

Comments
 (0)