10000
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 f800ade + c18bf19 commit 2724903Copy full SHA for 2724903
src/Symfony/Component/Debug/ErrorHandler.php
@@ -144,6 +144,9 @@ function ($row) {
144
if (!class_exists('Symfony\Component\Debug\Exception\ContextErrorException')) {
145
require __DIR__.'/Exception/ContextErrorException.php';
146
}
147
+ if (!class_exists('Symfony\Component\Debug\Exception\FlattenException')) {
148
+ require __DIR__.'/Exception/FlattenException.php';
149
+ }
150
151
if (PHP_VERSION_ID < 50400 && isset($context['GLOBALS']) && is_array($context)) {
152
unset($context['GLOBALS']);
0 commit comments