예제 #1
0
파일: Router.php 프로젝트: popphp/popphp
 /**
  * Method to process if a route was not found
  *
  * @param  boolean $exit
  * @return void
  */
 public function noRouteFound($exit = true)
 {
     $this->routeMatch->noRouteFound($exit);
 }