Exception [404]

La tarea [] no ha sido encontrada.
.../libraries/src/MVC/Controller/BaseController.php:696
691 		{
692 			$doTask = $this->taskMap['__default'];
693 		}
694 		else
695 		{
696 			throw new \Exception(\JText::sprintf('JLIB_APPLICATION_ERROR_TASK_NOT_FOUND', $task), 404);
697 		}
698 
699 		// Record the actual task being fired
700 		$this->doTask = $doTask;
701