2009-11-24 19:20:36 -08:00
|
|
|
<?php defined('SYSPATH') OR die('No direct access allowed.');
|
|
|
|
|
/**
|
|
|
|
|
*
|
2010-01-06 11:35:01 -08:00
|
|
|
* @package Kohana
|
2009-11-24 19:20:36 -08:00
|
|
|
* @author Kohana Team
|
|
|
|
|
* @copyright (c) 2007-2009 Kohana Team
|
|
|
|
|
* @license http://kohanaphp.com/license
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
class Cache_Exception_Core extends Kohana_Exception {}
|
|
|
|
|
// End Kohana User Exception
|