adding an Exceptions for caching problems

This commit is contained in:
Ralf Becker 2016-03-03 11:41:45 +00:00
parent c6a52a0b03
commit 1f3c674ef6

View 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 {}