Guest User

Untitled

a guest
Sep 24th, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. 'errorHandler' => [
  2. 'errorAction' => 'site/error',
  3. ]
  4.  
  5. public function actions()
  6. {
  7. return [
  8. 'error' => [
  9. 'class' => 'yiiwebErrorAction',
  10. ]
  11. ];
  12. }
  13.  
  14. public function actionError(){
  15. return $this->render('error');
  16. }
Add Comment
Please, Sign In to add comment