Missing Method in AboutController 📋

Cake\Controller\Exception\MissingActionException
Toggle Vendor Stack Frames

Error The action contact is not defined in AboutController

        if ($result instanceof ResponseInterface) {
            return $result;
        }
        $action $controller->getAction();
        $args $this->getActionArgs(
            $action,
            array_values((array)$controller->getRequest()->getParam('pass'))
        );

Error Create AboutController::contact() in file: src/Controller/AboutController.php.

<?php
namespace App\Controller;

use 
App\Controller\AppController;

class 
AboutController extends AppController
{

    public function 
contact()
    {

    }
}

If you want to customize this error message, create templates/Error/missing_action.php