Skip to content

Commit f6e18b3

Browse files
committed
minor #12848 Update error_handler.rst (atailouloute)
This PR was submitted for the 5.0 branch but it was merged into the 4.4 branch instead (closes #12848). Discussion ---------- Update error_handler.rst There is no more FatalErrorException in SF 5.0 Commits ------- 2fcb72f Update error_handler.rst
2 parents b8d8b83 + 2fcb72f commit f6e18b3

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)