Skip to content

Commit 8ce3a89

Browse files
committed
[Debug] Remove all deprecated classes that were moved to the ErrorCatcher component
1 parent cf8cfeb commit 8ce3a89

16 files changed

+8
-373
lines changed

src/Symfony/Component/Debug/BufferingLogger.php

Lines changed: 0 additions & 41 deletions
This file was deleted.

src/Symfony/Component/Debug/CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,14 @@ CHANGELOG
44
5.0.0
55
-----
66

7-
* removed `FlattenException::setTraceFromException()` in favor of `setTraceFromThrowable()`
7+
* removed the `BufferingLogger`, `ErrorHandler` and `ExceptionHandler` classes,
8+
they have been moved to the `ErrorCatcher` component
9+
* removed the `FatalErrorHandlerInterface`, `ClassNotFoundFatalErrorHandler`,
10+
`UndefinedFunctionFatalErrorHandler` and `UndefinedMethodFatalErrorHandler` classes,
11+
they have been moved to the `ErrorCatcher` component
12+
* removed the `ClassNotFoundException`, `FatalErrorException`, `FatalThrowableError`,
13+
`FlattenException`, `OutOfMemoryException`, `SilencedErrorContext`, `UndefinedFunctionException`,
14+
and `UndefinedMethodException`, they have been moved to the `ErrorCatcher` component
815

916
4.4.0
1017
-----

src/Symfony/Component/Debug/ErrorHandler.php

Lines changed: 0 additions & 23 deletions
This file was deleted.

src/Symfony/Component/Debug/Exception/ClassNotFoundException.php

Lines changed: 0 additions & 23 deletions
This file was deleted.

src/Symfony/Component/Debug/Exception/FatalErrorException.php

Lines changed: 0 additions & 23 deletions
This file was deleted.

src/Symfony/Component/Debug/Exception/FatalThrowableError.php

Lines changed: 0 additions & 23 deletions
This file was deleted.

src/Symfony/Component/Debug/Exception/FlattenException.php

Lines changed: 0 additions & 32 deletions
This file was deleted.

src/Symfony/Component/Debug/Exception/OutOfMemoryException.php

Lines changed: 0 additions & 23 deletions
This file was deleted.

src/Symfony/Component/Debug/Exception/SilencedErrorContext.php

Lines changed: 0 additions & 23 deletions
This file was deleted.

src/Symfony/Component/Debug/Exception/UndefinedFunctionException.php

Lines changed: 0 additions & 23 deletions
This file was deleted.

src/Symfony/Component/Debug/Exception/UndefinedMethodException.php

Lines changed: 0 additions & 23 deletions
This file was deleted.

src/Symfony/Component/Debug/ExceptionHandler.php

Lines changed: 0 additions & 23 deletions
This file was deleted.

src/Symfony/Component/Debug/FatalErrorHandler/ClassNotFoundFatalErrorHandler.php

Lines changed: 0 additions & 23 deletions
This file was deleted.

src/Symfony/Component/Debug/FatalErrorHandler/FatalErrorHandlerInterface.php

Lines changed: 0 additions & 23 deletions
This file was deleted.

src/Symfony/Component/Debug/FatalErrorHandler/UndefinedFunctionFatalErrorHandler.php

Lines changed: 0 additions & 23 deletions
This file was deleted.

0 commit comments

Comments
 (0)