<?php
/**
* An exception relating to caching
* @package Krai
* @subpackage Cache
* @author Greg McWhirter <hide@address.com>
* @copyright Copyright (c) 2008, Greg McWhirter
* @license http://www.opensource.org/licenses/mit-license.php MIT License
*/
/**
* An exception relating to caching
*
* This is the exception that should be thrown by anything related to Krai_Cache
*
* @package Krai
* @subpackage Cache
*/
class Krai_Cache_Exception extends Krai_Exception
{}