SimpleMVC Error

An error occured when processing this action.

Misssing Action-class for action robots.txt (Request URI: /robots.txt)

How to fix this error?

Create the file webapp/actions/robots.txt_action.php with the following contents:

class Robots.txtAction extends Action {

  // Action methods

}

Backtrace

#0  require_once() called at [/www/NurkkaYhteisot/libs/utils/action_errors.php:11]
#1  ActionErrors::missingAction(robots.txt) called at [/www/NurkkaYhteisot/libs/action.php:176]
#2  Action::_executeAction() called at [/www/NurkkaYhteisot/webroot/index.php:10]