Current Path :
/
home
/
develito
/
.trash
/
v5
/
installation
/
src
/
View
/
Error
/
Or
Select Your Path :
Upload File :
New :
File
Dir
/home/develito/.trash/v5/installation/src/View/Error/HtmlView.php
<?php /** * @package Joomla.Installation * @subpackage View * * @copyright (C) 2013 Open Source Matters, Inc. <https://www.joomla.org> * @license GNU General Public License version 2 or later; see LICENSE.txt */ namespace Joomla\CMS\Installation\View\Error; use Joomla\CMS\Installation\View\DefaultView; // phpcs:disable PSR1.Files.SideEffects \defined('_JEXEC') or die; // phpcs:enable PSR1.Files.SideEffects /** * The HTML Joomla Core Install Error View * * @since 3.1 */ class HtmlView extends DefaultView { }