Missing Method in MediasController Cake\Controller\Exception\MissingActionException

Documentation API

The action webImage is not defined in MediasController

Error: Create MediasController::webImage() in file: src/Controller/MediasController.php.

<?php
namespace App\Controller;

use 
App\Controller\AppController;

class 
MediasController extends AppController
{

    public function 
webImage()
    {

    }
}

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

toggle vendor stack frames