8000
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 28c9f48 + e07a3d7 commit 48282ceCopy full SHA for 48282ce
src/Symfony/Component/ErrorHandler/ErrorHandler.php
@@ -20,6 +20,8 @@
20
use Symfony\Component\ErrorHandler\ErrorEnhancer\UndefinedFunctionErrorEnhancer;
21
use Symfony\Component\ErrorHandler\ErrorEnhancer\UndefinedMethodErrorEnhancer;
22
use Symfony\Component\ErrorHandler\Exception\SilencedErrorContext;
23
+use Symfony\Component\ErrorRenderer\ErrorRenderer\HtmlErrorRenderer;
24
+use Symfony\Component\ErrorRenderer\Exception\FlattenException;
25
26
/**
27
* A generic ErrorHandler for the PHP engine.
0 commit comments