Skip to content
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