error-handler icon indicating copy to clipboard operation
error-handler copied to clipboard

Framework independent advanced error handler

Results 21 error-handler issues
Sort by recently updated
recently updated
newest added

| Q | A | ------------- | --- | Is bugfix? | ❌ | New feature? | ✔️ | Breaks BC? | ❌ | Fixed issues | #108

status:under development

| Q | A | ------------- | --- | Is bugfix? | ✔️ | New feature? | ✔️ | Breaks BC? | ❌ - Error code showed - Showed functions...

status:code review

| Q | A | ------------- | --- | Is bugfix? | ✔️ | New feature? | ❌ | Breaks BC? | ❌ I'm not sure, but now errors aren't...

status:code review

| Q | A | ------------- | --- | Is bugfix? | ❌ | New feature? | ✔️ | Breaks BC? | ❌

status:code review

| Q | A | |--------------|---------| | Is bugfix? | ❌ | | New feature? | ✓ | | Breaks BC? | ❌ | | Fixed issues | [ Issue...

status:under development

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(),...

severity:BC breaking

| 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`.