File Manager

Current Directory: /home/astoriaah/www/plugins/system/shlib/shl_packages/db/exceptions
Viewing File: /home/astoriaah/www/plugins/system/shlib/shl_packages/db/exceptions/exception.php
<?php /** * Shlib - programming library * * @author Yannick Gaultier * @copyright (c) Yannick Gaultier 2020 * @package shlib * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @version 0.4.0.716 * @date 2020-12-07 */ // Security check to ensure this file is being included by a parent file. defined('_JEXEC') or die; class ShlDbException extends \ShlException { }