This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/src/Symfony/Component/ErrorHandler
2019-11-12 12:21:15 +01:00
..
Error [ErrorHandler] Rework fatal error handlers 2019-09-30 14:01:42 +02:00
ErrorEnhancer [ErrorHandler] Rework fatal error handlers 2019-09-30 14:01:42 +02:00
ErrorRenderer [ErrorHandler] help finish the PR 2019-11-12 10:04:13 +01:00
Exception [ErrorHandler] fix return type 2019-11-12 12:21:15 +01:00
Resources [ErrorHandler] merge and remove the ErrorRenderer component 2019-11-10 18:54:30 +01:00
Tests [ErrorHandler] help finish the PR 2019-11-12 10:04:13 +01:00
.gitattributes Add .gitignore to .gitattributes 2019-10-12 01:35:04 +01:00
.gitignore Add a new ErrorHandler component (mirror of the Debug component) 2019-07-18 09:54:35 +02:00
BufferingLogger.php [ErrorHandler] merge and remove the ErrorRenderer component 2019-11-10 18:54:30 +01:00
CHANGELOG.md Added ErrorHandler::call() method utility to turns any PHP warnings into \ErrorException 2019-08-14 09:05:47 -04:00
composer.json [ErrorHandler] help finish the PR 2019-11-12 10:04:13 +01:00
Debug.php [ErrorHandler] merge and remove the ErrorRenderer component 2019-11-10 18:54:30 +01:00
DebugClassLoader.php [ErrorHandler] fix return-type patching logic 2019-09-25 22:29:01 +02:00
ErrorHandler.php [ErrorHandler] add missing return types 2019-11-12 12:16:57 +01:00
LICENSE Add a new ErrorHandler component (mirror of the Debug component) 2019-07-18 09:54:35 +02:00
phpunit.xml.dist Add a new ErrorHandler component (mirror of the Debug component) 2019-07-18 09:54:35 +02:00
README.md Add a new ErrorHandler component (mirror of the Debug component) 2019-07-18 09:54:35 +02:00
ThrowableUtils.php [ErrorHandler] Forward \Throwable 2019-09-10 14:09:52 +02:00

ErrorHandler Component

The ErrorHandler component provides tools to manage errors and ease debugging PHP code.

Resources