3 lines
117 B
PHP
3 lines
117 B
PHP
|
<?php defined('SYSPATH') or die('No direct script access.');
|
||
|
|
||
|
class Cache_Exception extends Kohana_Cache_Exception {}
|