<?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
{
}
