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

Skip to content

[Debug] Remove all deprecated classes that were moved to the ErrorCatcher component #32261

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 28, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
41 changes: 0 additions & 41 deletions src/Symfony/Component/Debug/BufferingLogger.php

This file was deleted.

9 changes: 8 additions & 1 deletion src/Symfony/Component/Debug/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,14 @@ CHANGELOG
5.0.0
-----

* removed `FlattenException::setTraceFromException()` in favor of `setTraceFromThrowable()`
* removed the `BufferingLogger`, `ErrorHandler` and `ExceptionHandler` classes,
they have been moved to the `ErrorCatcher` component
* removed the `FatalErrorHandlerInterface`, `ClassNotFoundFatalErrorHandler`,
`UndefinedFunctionFatalErrorHandler` and `UndefinedMethodFatalErrorHandler` classes,
they have been moved to the `ErrorCatcher` component
* removed the `ClassNotFoundException`, `FatalErrorException`, `FatalThrowableError`,
`FlattenException`, `OutOfMemoryException`, `SilencedErrorContext`, `UndefinedFunctionException`,
and `UndefinedMethodException`, they have been moved to the `ErrorCatcher` component

4.4.0
-----
Expand Down
23 changes: 0 additions & 23 deletions src/Symfony/Component/Debug/ErrorHandler.php

This file was deleted.

23 changes: 0 additions & 23 deletions src/Symfony/Component/Debug/Exception/ClassNotFoundException.php

This file was deleted.

23 changes: 0 additions & 23 deletions src/Symfony/Component/Debug/Exception/FatalErrorException.php

This file was deleted.

23 changes: 0 additions & 23 deletions src/Symfony/Component/Debug/Exception/FatalThrowableError.php

This file was deleted.

32 changes: 0 additions & 32 deletions src/Symfony/Component/Debug/Exception/FlattenException.php

This file was deleted.

23 changes: 0 additions & 23 deletions src/Symfony/Component/Debug/Exception/OutOfMemoryException.php

This file was deleted.

23 changes: 0 additions & 23 deletions src/Symfony/Component/Debug/Exception/SilencedErrorContext.php

This file was deleted.

This file was deleted.

23 changes: 0 additions & 23 deletions src/Symfony/Component/Debug/Exception/UndefinedMethodException.php

This file was deleted.

23 changes: 0 additions & 23 deletions src/Symfony/Component/Debug/ExceptionHandler.php

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading