mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-27 20:40:22 +08:00
Merge pull request #6180 from softark/docs-guide-fix-2014-11-23
docs/guide/runtime-handling-errors.md - typo fixed [ci skip]
This commit is contained in:
@@ -141,7 +141,7 @@ the following variables if the error action is defined as [[yii\web\ErrorAction]
|
||||
|
||||
* `name`: the name of the error;
|
||||
* `message`: the error message;
|
||||
* `exception`: the exception object through which you can more useful information, such as HTTP status code,
|
||||
* `exception`: the exception object through which you can retrieve more useful information, such as HTTP status code,
|
||||
error code, error call stack, etc.
|
||||
|
||||
> Info: If you are using the [basic application template](start-installation.md) or the [advanced application template](tutorial-advanced-app.md),
|
||||
|
||||
Reference in New Issue
Block a user