Missing Method in MetiersController Cake\Controller\Exception\MissingActionException

Documentation API

The action 140 is not defined in MetiersController

Error: Create MetiersController::140() in file: src/Controller/MetiersController.php.

<?php
namespace App\Controller;

use 
App\Controller\AppController;

class 
MetiersController extends AppController
{

    public function 
140()
    {

    }
}

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

toggle vendor stack frames