Current Directory: /home/astoriaah/www/old15/plugins/system/shlib/shl_packages/db/exceptions
Viewing File: /home/astoriaah/www/old15/plugins/system/shlib/shl_packages/db/exceptions/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;
class ShlDbException extends ShlException {
}