error() public method

public error ( )
Example #1
0
 /**
  * This is the action to handle external exceptions.
  */
 public function actionError()
 {
     parent::error();
 }