Commit 63f0dc1f by Nobuo Kihara

docs/guide/runtime-handling-errors.md - typo fixed [ci skip]

parent d44c23bb
...@@ -141,7 +141,7 @@ the following variables if the error action is defined as [[yii\web\ErrorAction] ...@@ -141,7 +141,7 @@ the following variables if the error action is defined as [[yii\web\ErrorAction]
* `name`: the name of the error; * `name`: the name of the error;
* `message`: the error message; * `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. 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), > Info: If you are using the [basic application template](start-installation.md) or the [advanced application template](tutorial-advanced-app.md),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment