[ 'class' => 'yii\web\ErrorAction', ], ]; } /** * Renders the index view for the module * @return string */ public function actionIndex() { return $this->render('index'); } }