$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
Please login to continue.