summaryrefslogtreecommitdiff
path: root/system/libraries/Cache_Exception.php
diff options
context:
space:
mode:
Diffstat (limited to 'system/libraries/Cache_Exception.php')
-rw-r--r--system/libraries/Cache_Exception.php11
1 files changed, 11 insertions, 0 deletions
diff --git a/system/libraries/Cache_Exception.php b/system/libraries/Cache_Exception.php
new file mode 100644
index 0000000..706dc09
--- /dev/null
+++ b/system/libraries/Cache_Exception.php
@@ -0,0 +1,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