mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 07:53:39 +01:00
adding an Exceptions for caching problems
This commit is contained in:
parent
c6a52a0b03
commit
1f3c674ef6
21
api/src/Cache/Exception.php
Normal file
21
api/src/Cache/Exception.php
Normal file
@ -0,0 +1,21 @@
|
||||
<?php
|
||||
/**
|
||||
* EGroupware API - Cache Exceptions
|
||||
*
|
||||
* @link http://www.egroupware.org
|
||||
* @author Ralf Becker <RalfBecker-AT-outdoor-training.de>
|
||||
* @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
|
||||
* @package api
|
||||
* @subpackage cache
|
||||
* @access public
|
||||
* @version $Id$
|
||||
*/
|
||||
|
||||
namespace EGroupware\Api\Cache;
|
||||
|
||||
use EGroupware\Api;
|
||||
|
||||
/**
|
||||
* Exception thrown by Cache classes
|
||||
*/
|
||||
class Exception extends Api\Exception {}
|
Loading…
Reference in New Issue
Block a user