File Manager

Current Directory: /home/astoriaah/www/old15/plugins/system/shlib/shl_packages/exception
Viewing File: /home/astoriaah/www/old15/plugins/system/shlib/shl_packages/exception/exception.php
<?php /** * Shlib - programming library * * @author Yannick Gaultier * @copyright (c) Yannick Gaultier 2013 * @package shlib * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @version 0.2.9.370 * @date 2014-06-11 */ // Security check to ensure this file is being included by a parent file. defined('_JEXEC') or die; /** * Base class to group our exceptions * * @author shumisha * */ class ShlException extends Exception { }