<?php /** * Kohana Cache Exception * * @package Kohana/Cache * @category Base * @author Kohana Team * @copyright (c) Kohana Team * @license https://koseven.ga/LICENSE.md */ class Kohana_Cache_Exception extends Kohana_Exception {}