8000 minor #34075 [ErrorHandler] Import missing classes (yceruto) · symfony/symfony@48282ce · GitHub
[go: up one dir, main page]

Skip to content

Commit 48282ce

Browse files
committed
minor #34075 [ErrorHandler] Import missing classes (yceruto)
This PR was merged into the 4.4 branch. Discussion ---------- [ErrorHandler] Import missing classes | Q | A | ------------- | --- | Branch? | 4.4 | Bug fix? | yes | New feature? | no | Deprecations? | no | Tickets | - | License | MIT | Doc PR | - Fix #33053 (comment) Commits ------- e07a3d7 Import missing classes
2 parents 28c9f48 + e07a3d7 commit 48282ce

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Symfony/Component/ErrorHandler/ErrorHandler.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@
2020
use Symfony\Component\ErrorHandler\ErrorEnhancer\UndefinedFunctionErrorEnhancer;
2121
use Symfony\Component\ErrorHandler\ErrorEnhancer\UndefinedMethodErrorEnhancer;
2222
use Symfony\Component\ErrorHandler\Exception\SilencedErrorContext;
23+
use Symfony\Component\ErrorRenderer\ErrorRenderer\HtmlErrorRenderer;
24+
use Symfony\Component\ErrorRenderer\Exception\FlattenException;
2325

2426
/**
2527
* A generic ErrorHandler for the PHP engine.

0 commit comments

Comments
 (0)
0