Missing Method in CategoryController Cake\Controller\Exception\MissingActionException

Documentation API

The action inner is not defined in CategoryController

Error: Create CategoryController::inner() in file: src/Controller/CategoryController.php.

<?php
namespace App\Controller;

use 
App\Controller\AppController;

class 
CategoryController extends AppController
{

    public function 
inner()
    {

    }
}

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

toggle vendor stack frames