Your IP : 216.73.216.182


Current Path : /var/www/html/libraries/kunena/src/Exception/
Upload File :
Current File : /var/www/html/libraries/kunena/src/Exception/KunenaLayout.php

<?php

/**
 * Kunena Component
 *
 * @package       Kunena.Framework
 * @subpackage    Exception
 *
 * @copyright     Copyright (C) 2008 - @currentyear@ Kunena Team. All rights reserved.
 * @license       https://www.gnu.org/copyleft/gpl.html GNU/GPL
 * @link          https://www.kunena.org
 **/

namespace Kunena\Forum\Libraries\Exception;

\defined('_JEXEC') or die();

use RuntimeException;

/**
 * Class KunenaExceptionLayout
 *
 * @since   Kunena 6.0
 */
class KunenaLayout extends RuntimeException
{
}