Skip to content

Commit

Permalink
minor #32261 [Debug] Remove all deprecated classes that were moved to…
Browse files Browse the repository at this point in the history
… the ErrorCatcher component (fancyweb)

This PR was merged into the 5.0-dev branch.

Discussion
----------

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

| Q             | A
| ------------- | ---
| Branch?       | master
| Bug fix?      | no
| New feature?  | no
| BC breaks?    | yes
| Deprecations? | no
| Tests pass?   | yes
| Fixed tickets |
| License       | MIT
| Doc PR        | -

#31694 (comment)

Commits
-------

8ce3a89 [Debug] Remove all deprecated classes that were moved to the ErrorCatcher component
  • Loading branch information
Tobion committed Jun 28, 2019
2 parents c5715a3 + 8ce3a89 commit aac5765
Show file tree
Hide file tree
Showing 16 changed files with 8 additions and 373 deletions.
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
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.

0 comments on commit aac5765

Please sign in to comment.