Esempio n. 1
0
 /**
  * @param callback $callback The callback function that will be called (with the requested url as the only parameter) if no Controller responds to the requested URL.
  * @return void
  */
 public static function setErrorHandler($callback)
 {
     self::$error_handler = $callback;
 }