error-handler
error-handler copied to clipboard
Framework independent advanced error handler
| Q | A | ------------- | --- | Is bugfix? | ❌ | New feature? | ✔️ | Breaks BC? | ❌ | Fixed issues | #108
| Q | A | ------------- | --- | Is bugfix? | ✔️ | New feature? | ✔️ | Breaks BC? | ❌ - Error code showed - Showed functions...
| Q | A | ------------- | --- | Is bugfix? | ✔️ | New feature? | ❌ | Breaks BC? | ❌ I'm not sure, but now errors aren't...
| Q | A | ------------- | --- | Is bugfix? | ❌ | New feature? | ✔️ | Breaks BC? | ❌
| Q | A | |--------------|---------| | Is bugfix? | ❌ | | New feature? | ✓ | | Breaks BC? | ❌ | | Fixed issues | [ Issue...
It needs to remove deprecated `Yiisoft\ErrorHandler\Factory\ThrowableResponseFactory` and change configuration: ```php ThrowableResponseFactoryInterface::class => [ 'class' => \Yiisoft\ErrorHandler\ThrowableResponseFactory::class, '__construct()' => [ 'rendererProvider' => DynamicReference::to( static fn(ContainerInterface $container) => new CompositeRendererProvider( new HeadRendererProvider(),...
| Q | A | ------------- | --- | Is bugfix? | ❌ | New feature? | ❌ | Breaks BC? | ✔️ | Fixed issues | #121, #144, #146...
For example, path in docker is `/app/src/index.php`, but real path is `/projects/my-app/src/index/php`. We need to be able to do this mapping in `HtmlRenderer`.