for the Univesity of Geneva */ class Response { public static function not_found() { Header::response_code(404); exit; } }