File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44
55- Chg #162 : Replace deprecated ` ThrowableResponseFactory ` class usage to new one, and remove it (@vjik )
66- Enh #163 : Explicitly import classes, functions, and constants in "use" section (@mspirkov )
7- - Bug #164 : Fix missing items in stack trace HTML output when handling a PHP error (@vjik )
7+ - Bug #164 : Fix missing items in stack trace HTML output when handling a PHP error (@vjik )
8+ - Bug #166 : Fix broken link to error handling guide (@vjik )
89
910## 4.3.2 January 09, 2026
1011
Original file line number Diff line number Diff line change @@ -124,7 +124,7 @@ $errorHandler = new ErrorHandler($logger, $renderer);
124124```
125125
126126For more information about creating your own renders and examples of rendering error data,
127- [ see here] ( https://github.com/yiisoft/ docs/blob/master/ guide/en/ runtime/handling-errors.md #rendering-error-data ) .
127+ [ see here] ( https://yiisoft. github.io/ docs/guide/runtime/handling-errors.html #rendering-error-data ) .
128128
129129### Using a factory to create a response
130130
@@ -260,7 +260,7 @@ For example:
260260
261261## Documentation
262262
263- - [ Yii guide to handling errors] ( https://github.com/yiisoft/ docs/blob/master/ guide/en/ runtime/handling-errors.md )
263+ - [ Yii guide to handling errors] ( https://yiisoft. github.io/ docs/guide/runtime/handling-errors.html )
264264- [ Internals] ( docs/internals.md )
265265
266266If you need help or have a question, the [ Yii Forum] ( https://forum.yiiframework.com/c/yii-3-0/63 ) is a good place for that.
Original file line number Diff line number Diff line change @@ -164,7 +164,7 @@ class="copy-clipboard"
164164 <p>
165165 <a href="https://www.yiiframework.com/" target="_blank" rel="noopener noreferrer">Yii Framework</a>
166166 /
167- <a href="https://github.com/yiisoft/ docs/blob/master/ guide/en/ runtime/handling-errors.md " target="_blank" rel="noopener noreferrer">Error Handling Guide</a>
167+ <a href="https://yiisoft. github.io/ docs/guide/runtime/handling-errors.html " target="_blank" rel="noopener noreferrer">Error Handling Guide</a>
168168 </p>
169169 </div>
170170
You can’t perform that action at this time.
0 commit comments