Missing Method in DonationsController Cake\Controller\Exception\MissingActionException

Documentation API

The action chooseHowToMakeYourDonation is not defined in DonationsController

Error: Create DonationsController::chooseHowToMakeYourDonation() in file: src/Controller/DonationsController.php.

<?php
namespace App\Controller;

use 
App\Controller\AppController;

class 
DonationsController extends AppController
{

    public function 
chooseHowToMakeYourDonation()
    {

    }
}

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

toggle vendor stack frames