Exemple #1
0
 /**
  * Method to process if a route was not found
  *
  * @param  boolean $exit
  * @return void
  */
 public function noRouteFound($exit = true)
 {
     $this->routeMatch->noRouteFound($exit);
 }