Missing Method in SpeciesController Cake\Controller\Exception\MissingActionException

Documentation API

The action t:n is not defined in SpeciesController

Error: Create SpeciesController::t:n() in file: src/Controller/SpeciesController.php.

<?php
namespace App\Controller;

use 
App\Controller\AppController;

class 
SpeciesController extends AppController
{

    public function 
t:n()
    {

    }
}

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

toggle vendor stack frames