web\ErrorHandler $errorAction

$errorAction public property

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 using Yii::$app->errorHandler->exception. This property defaults to null, meaning ErrorHandler will handle the error display.

public string $errorAction = null
doc_Yii
2016-10-30 17:14:57
Comments
Leave a Comment

Please login to continue.