| Current Path : /home/lejardintz/www/libraries/kunena/exception/ |
| Current File : /home/lejardintz/www/libraries/kunena/exception/layout.php |
<?php
/**
* Kunena Component
* @package Kunena.Framework
* @subpackage Exception
*
* @copyright (C) 2008 - 2016 Kunena Team. All rights reserved.
* @license http://www.gnu.org/copyleft/gpl.html GNU/GPL
* @link https://www.kunena.org
**/
defined ( '_JEXEC' ) or die ();
/**
* Class KunenaExceptionLayout
*/
class KunenaExceptionLayout extends RuntimeException
{
}