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/ErrorRenderer
Nicolas Grekas 742b6b8508 Merge branch '4.4'
* 4.4:
  Replace warning by isolated test
  Fix deprecation in 4.4 branche
2019-08-08 22:54:27 +02:00
..
Command [ErrorRenderer] Add DebugCommand for easy debugging and testing 2019-08-01 20:46:56 +02:00
DependencyInjection [ErrorRenderer] Add DebugCommand for easy debugging and testing 2019-08-01 20:46:56 +02:00
ErrorRenderer Merge branch '4.3' into 4.4 2019-08-08 17:13:31 +02:00
Exception [Debug] Drop compatibility layers 2019-08-08 10:01:09 +02:00
Resources [ErrorRenderer] Fix timestamp on logs view 2019-08-07 15:04:17 +02:00
Tests Fix deprecation in 4.4 branche 2019-08-08 21:31:13 +02:00
.gitignore Rename ErrorCatcher to ErrorRenderer (rendering part only) 2019-07-11 10:46:43 +02:00
CHANGELOG.md Merge branch '4.4' 2019-07-11 10:51:20 +02:00
composer.json Merge branch '4.4' 2019-08-06 14:20:58 +02:00
ErrorRenderer.php Rename ErrorCatcher to ErrorRenderer (rendering part only) 2019-07-11 10:46:43 +02:00
LICENSE Rename ErrorCatcher to ErrorRenderer (rendering part only) 2019-07-11 10:46:43 +02:00
phpunit.xml.dist Rename ErrorCatcher to ErrorRenderer (rendering part only) 2019-07-11 10:46:43 +02:00
README.md Rename ErrorCatcher to ErrorRenderer (rendering part only) 2019-07-11 10:46:43 +02:00

ErrorRenderer Component

The ErrorRenderer component provides tools to display errors and exceptions.

Resources