Commit 4ff642db by Qiang Xue

Merge pull request #667 from sv3tli0/patch-1

Little typo fix at errorHandler descriptions
parents ba8c6fcc 89f11519
...@@ -37,7 +37,7 @@ class ErrorHandler extends Component ...@@ -37,7 +37,7 @@ class ErrorHandler extends Component
/** /**
* @var string the route (e.g. 'site/error') to the controller action that will be used * @var string the route (e.g. 'site/error') to the controller action that will be used
* to display external errors. Inside the action, it can retrieve the error information * to display external errors. Inside the action, it can retrieve the error information
* by Yii::$app->errorHandler->error. This property defaults to null, meaning ErrorHandler * by Yii::$app->errorHandler->exception. This property defaults to null, meaning ErrorHandler
* will handle the error display. * will handle the error display.
*/ */
public $errorAction; public $errorAction;
......
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