Code Contextclass AppController extends CroogoAppController {
public function appError($method, $messages) {
$method = object(MissingControllerException) {
[protected] _messageTemplate => 'Controller class %s could not be found.'
[protected] _attributes => array(
'class' => 'WebrootController',
'plugin' => null
)
[protected] _responseHeaders => null
[protected] message => 'Controller class WebrootController could not be found.'
[protected] code => (int) 404
[protected] file => '/var/www/html/rcms/lms/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php'
[protected] line => (int) 161
}
AppController::appError() - APP/Controller/AppController.php, line 13
ExceptionRenderer::__construct() - APP/Vendor/cakephp/cakephp/lib/Cake/Error/ExceptionRenderer.php, line 95
ErrorHandler::handleException() - APP/Vendor/cakephp/cakephp/lib/Cake/Error/ErrorHandler.php, line 126
[main] - [internal], line ??