Yii Error Handler package was updated with the following enhancements:
- Add separate parameters for each of
HtmlRenderersettings in constructor. Mark$settingsparameter as deprecated - Change PHP constraint in
composer.jsonto~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0 - Add error code & show function arguments
- Pass exception message instead of rendered exception to logger in
ErrorHandler - Extract response generator from
ErrorCatchermiddleware into separateThrowableResponseFactoryclass - Raise the minimum PHP version to 8.1 and minor refactoring
- Explicitly mark nullable parameters