I am using Cake PHP 3.4.2 and install this plugin using this command composer require sprintcube/cakephp-rest
Then I followed this simple tutorial https://www.codementor.io/@narendravaghela/building-rest-apis-using-cakephp-3-x-k9br8qo2a
But got the error code Call to undefined method App\Controller\ErrorController::getResponse()
I do not understand why getResponse() undefined method in /vendor/sprintcube/cakephp-rest/src/Error/RestExceptionRendered.php file
Please give me some insights