SimpleMVC Error

An error occured when processing this action.

Misssing Action-class for action waroth (Request URI: /waroth)

How to fix this error?

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

class WarothAction extends Action {

  // Action methods

}

Backtrace

#0  require_once() called at [/www/v3/libs/utils/action_errors.php:11]
#1  ActionErrors::missingAction(waroth) called at [/www/v3/libs/action.php:175]
#2  Action::_executeAction() called at [/www/v3/webroot/index.php:30]