Missing Method in PrimariesController Cake\Controller\Exception\MissingActionException

Documentation API

The action springnove is not defined in PrimariesController

Error: Create PrimariesController::springnove() in file: src/Controller/PrimariesController.php.

<?php
namespace App\Controller;

use 
App\Controller\AppController;

class 
PrimariesController extends AppController
{

    public function 
springnove()
    {

    }
}

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

toggle vendor stack frames