* @copyright 2011 Vasil Rangelov * @license http://www.gnu.org/copyleft/lesser.html LGPL License 2.1 * @version 0.2.0 * @link http://pear2.php.net/PEAR2_Cache_SHM */ /** * The namespace declaration. */ namespace PEAR2\Cache\SHM; /** * Generic exception class of this package. * * @category Caching * @package PEAR2_Cache_SHM * @author Vasil Rangelov * @license http://www.gnu.org/copyleft/lesser.html LGPL License 2.1 * @link http://pear2.php.net/PEAR2_Cache_SHM */ interface Exception { }