blob: 706dc09a968166e5a804e2befadfb2ee6a25d8ca (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
<?php defined('SYSPATH') OR die('No direct access allowed.');
/**
*
* @package Kohana
* @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
|