Missing Method in ContactController Cake\Controller\Exception\MissingActionException

Documentation API

The action web is not defined in ContactController

Error: Create ContactController::web() in file: src/Controller/ContactController.php.

<?php
namespace App\Controller;

use 
App\Controller\AppController;

class 
ContactController extends AppController
{

    public function 
web()
    {

    }
}

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

toggle vendor stack frames