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
Nicolas Grekas 4c69a26d82 Merge branch '4.3' into 4.4
* 4.3:
  Re-enable previously failing PHP 7.4 test cases
  [PhpUnitBridge] fix uninitialized variable
  Revert "bug #33618 fix tests depending on other components' tests (xabbuh)"
  install from source to include components tests
2019-09-19 17:56:27 +02:00
..
Exception [ErrorHandler] Added type declarations where possible 2019-07-31 17:58:13 +02:00
FatalErrorHandler Import return annotations from vendors 2019-08-14 15:27:41 +02:00
Resources/stubs [ErrorHandler] Relax transition to the new Debug class 2019-07-31 18:24:30 +02:00
Tests Simplify usage of dirname() 2019-09-10 13:34:21 +02:00
.gitattributes Adding .gitattributes to remove Tests directory from "dist" 2019-09-16 10:12:51 +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 Added ErrorHandler::call() method utility to turns any PHP warnings into \ErrorException 2019-08-14 09:05:47 -04:00
composer.json Registers basic exception handler to handle early failures 2019-08-20 14:56:58 -04:00
Debug.php [ErrorHandler] Added type declarations where possible 2019-07-31 17:58:13 +02:00
DebugClassLoader.php [Debug] disable new DebugClassLoader when testing the legacy one 2019-09-06 16:02:48 +02:00
ErrorHandler.php Merge branch '4.3' into 4.4 2019-09-19 17:56:27 +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