예제 #1
0
파일: Default.php 프로젝트: kstep/pnut
 private function notFound(View_Html $view)
 {
     $view->setTemplate('makeup-and-style/404');
     throw new Controller_Exception('Not found', 404, $view);
 }