Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit afca3cd

Browse files
committed
Revert "bug #10817 [Debug] fix #10313: FlattenException not found (nicolas-grekas)"
reverted in 2.5 as it does not make sense here. This reverts commit c18bf19, reversing changes made to 585b61d.
1 parent 49bc4f1 commit afca3cd

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/Symfony/Component/Debug/ErrorHandler.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -165,9 +165,6 @@ function ($row) {
165165

166166
return true;
167167
}
168-
if (!class_exists('Symfony\Component\Debug\Exception\FlattenException')) {
169-
require __DIR__.'/Exception/FlattenException.php';
170-
}
171168

172169
if (PHP_VERSION_ID < 50400 && isset($context['GLOBALS']) && is_array($context)) {
173170
unset($context['GLOBALS']);

0 commit comments

Comments
 (0)