Missing Method in ShopController Cake\Controller\Exception\MissingActionException

Documentation API

The action instagram is not defined in ShopController

Error: Create ShopController::instagram() in file: src/Controller/ShopController.php.

<?php
namespace App\Controller;

use 
App\Controller\AppController;

class 
ShopController extends AppController
{

    public function 
instagram()
    {

    }
}

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

toggle vendor stack frames