[ 'class' => 'yii\web\ErrorAction', ], ]; } /** * Displays homepage. * * @return string */ public function actionIndex() { $code = $this->request->get('code'); echo($code); exit(); return $this->render('index'); } }