Missing Method in PlayersController 📋

Cake\Controller\Exception\MissingActionException
Toggle Vendor Stack Frames

Error The action show is not defined in PlayersController

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

Error Create PlayersController::show() in file: src/Controller/PlayersController.php.

<?php
namespace App\Controller;

use 
App\Controller\AppController;

class 
PlayersController extends AppController
{

    public function 
show()
    {

    }
}

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