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-08-06 08:19:29 +02:00
..
Exception [ErrorHandler] Added type declarations where possible 2019-07-31 17:58:13 +02:00
FatalErrorHandler removed unneeded phpdocs 2019-08-06 08:19:29 +02:00
Resources/stubs [ErrorHandler] Relax transition to the new Debug class 2019-07-31 18:24:30 +02:00
Tests Merge branch '4.3' into 4.4 2019-08-02 14:28:34 +02:00
.gitignore Add a new ErrorHandler component (mirror of the Debug component) 2019-07-18 09:54:35 +02:00
BufferingLogger.php [ErrorHandler] Added type declarations where possible 2019-07-31 17:58:13 +02:00
CHANGELOG.md Add a new ErrorHandler component (mirror of the Debug component) 2019-07-18 09:54:35 +02:00
composer.json bug #32665 [ErrorHandler] Relax transition to the new Debug class (yceruto) 2019-07-31 18:24:55 +02:00
Debug.php [ErrorHandler] Added type declarations where possible 2019-07-31 17:58:13 +02:00
DebugClassLoader.php add parameter type declarations to private methods 2019-07-31 20:51:46 +02:00
ErrorHandler.php [ErrorHandler] Added type declarations where possible 2019-07-31 17:58:13 +02: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

ErrorHandler Component

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

Resources