errores.php 284 Bytes edit raw blame history 1 2 3 4 5 6 7 8 9 10 <?php class Errores extends Controller{ function __construct(){ parent::__construct(); // $this->views->mensaje ="error de solicitud o no existe la pagina"; $this->view->render('errores/index'); //echo "<p>Error al Cargar el recurso</p>"; } } ?>