SimpleMVC Error

An error occured when processing this action.

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

How to fix this error?

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

class 10manga10Action extends Action {

  // Action methods

}

Backtrace

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