1
0
This repository has been archived on 2021-04-26. You can view files and clone it, but cannot push or open issues or pull requests.
gallery3-contrib/3.0/obsolete/web_client/system/libraries/Cache_Exception.php

13 lines
359 B
PHP

<?php defined('SYSPATH') OR die('No direct access allowed.');
/**
* $Id: Kohana_User_Exception.php 4543 2009-09-04 16:58:56Z nodren $
*
* @package Core
* @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