Missing Method in JuniorsController Cake\Controller\Exception\MissingActionException

Documentation API

The action indexnove1 is not defined in JuniorsController

Error: Create JuniorsController::indexnove1() in file: src/Controller/JuniorsController.php.

<?php
namespace App\Controller;

use 
App\Controller\AppController;

class 
JuniorsController extends AppController
{

    public function 
indexnove1()
    {

    }
}

If you want to customize this error message, create src/Template/Error/missing_action.ctp

toggle vendor stack frames