Skip to content

Commit 8fefbfc

Browse files
committed
Added ErrorHandler component
1 parent 9ebe036 commit 8fefbfc

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+672
-139
lines changed

src/Symfony/Component/Debug/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,14 @@ CHANGELOG
2020
* added `Exception\FlattenException::getAsString` and
2121
`Exception\FlattenException::getTraceAsString` to increase compatibility to php
2222
exception objects
23+
* deprecated the `BufferingLogger`, `DebugClassLoader`, `ErrorHandler` and `ExceptionHandler` classes,
24+
they have been moved to the `ErrorHandler` component
25+
* deprecated the `FatalErrorHandlerInterface`, `ClassNotFoundFatalErrorHandler`,
26+
`UndefinedFunctionFatalErrorHandler` and `UndefinedMethodFatalErrorHandler` classes,
27+
they have been moved to the `ErrorHandler` component
28+
* deprecated the `ClassNotFoundException`, `FatalErrorException`, `FatalThrowableError`,
29+
`FlattenException`, `OutOfMemoryException`, `SilencedErrorContext`, `UndefinedFunctionException`,
30+
and `UndefinedMethodException`, they have been moved to the `ErrorHandler` component
2331

2432
4.0.0
2533
-----

src/Symfony/Component/Debug/Tests/Fixtures/ClassAlias.php

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

src/Symfony/Component/Debug/Tests/Fixtures/DefinitionInEvaluatedCode.php

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

src/Symfony/Component/Debug/Tests/Fixtures/InternalTrait.php

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

src/Symfony/Component/Debug/Tests/Fixtures/casemismatch.php

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

src/Symfony/Component/Debug/Tests/Fixtures/notPsr0Bis.php

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

src/Symfony/Component/Debug/Tests/Fixtures/psr4/Psr4CaseMismatch.php

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

src/Symfony/Component/Debug/Tests/Fixtures/reallyNotPsr0.php

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

src/Symfony/Component/Debug/Tests/phpt/debug_class_loader.phpt

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

0 commit comments

Comments
 (0)