From 89f11519ef6859658ffa9a61b6fb7cdded6adc81 Mon Sep 17 00:00:00 2001 From: sv3tli0 Date: Sat, 27 Jul 2013 15:32:31 +0300 Subject: [PATCH] Fix description --- framework/yii/base/ErrorHandler.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/yii/base/ErrorHandler.php b/framework/yii/base/ErrorHandler.php index 54a1dcb..42ebb18 100644 --- a/framework/yii/base/ErrorHandler.php +++ b/framework/yii/base/ErrorHandler.php @@ -37,7 +37,7 @@ class ErrorHandler extends Component /** * @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 - * 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. */ public $errorAction;