| Current Path : /var/www/html/libraries/kunena/src/Exception/ |
| Current File : /var/www/html/libraries/kunena/src/Exception/KunenaException.php |
<?php
/**
* Kunena Component
*
* @package Kunena.Framework
*
* @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 Exception;
/**
* Exception class definition for the Kunena Framework.
*
* @since Kunena 6.0
*/
class KunenaException extends Exception
{
}