예제 #1
0
 /**
  * @param Exception_Base $e
  *
  * @throws Exception_Base
  * @return $this
  */
 public function error_page($e)
 {
     $this->view = $e->getTemplate();
     $this->template_data['title'] = __('common.error');
     $this->flash_error($e->getMessage());
 }