예제 #1
0
 public static function Error404()
 {
     header("HTTP/1.0 404 Not Found");
     View::render(GRAFT_CONFIG['404Template']);
 }