mirror of
https://github.com/ZeJMaN/LBCAlerte_ynh.git
synced 2025-07-07 04:10:49 +02:00
Initial commit
Functional, without SSO
This commit is contained in:
34
sources/lib/Config/Lite/Exception.php
Normal file
34
sources/lib/Config/Lite/Exception.php
Normal file
@ -0,0 +1,34 @@
|
||||
<?php
|
||||
/**
|
||||
* Config_Lite_Exception (Config/Lite/Exception.php)
|
||||
*
|
||||
* PHP version 5
|
||||
*
|
||||
* @file Config/Lite/Exception.php
|
||||
* @category Configuration
|
||||
* @package Config_Lite
|
||||
* @author Patrick C. Engel <pce@php.net>
|
||||
* @copyright 2010-2011 <pce@php.net>
|
||||
* @license http://www.gnu.org/copyleft/lesser.html LGPL License 2.1
|
||||
* @version SVN: $Id$
|
||||
* @link https://github.com/pce/config_lite
|
||||
*/
|
||||
|
||||
|
||||
/**
|
||||
* Config_Lite_Exception
|
||||
*
|
||||
* Interface implemented by Exceptions
|
||||
*
|
||||
* @category Configuration
|
||||
* @package Config_Lite
|
||||
* @author Patrick C. Engel <pce@php.net>
|
||||
* @copyright 2010-2011 <pce@php.net>
|
||||
* @license http://www.gnu.org/copyleft/lesser.html LGPL License 2.1
|
||||
* @version Release: 0.1.5
|
||||
* @link https://github.com/pce/config_lite
|
||||
*/
|
||||
|
||||
interface Config_Lite_Exception
|
||||
{
|
||||
}
|
Reference in New Issue
Block a user