1 <?php
2
3 /**
4 * Slimore - The fully (H)MVC framework based on the Slim PHP framework.
5 *
6 * @author Pandao <slimore@ipandao.com>
7 * @copyright 2015 Pandao
8 * @link http://github.com/slimore/slimore
9 * @license MIT License https://github.com/slimore/slimore#license
10 * @version 0.1.0
11 * @package Slimore\Cache\Exception
12 */
13
14 namespace Slimore\Cache\Exception;
15
16 /**
17 * Class File
18 * @package Slimore\Cache\Exception
19 */
20
21 class File extends \Exception
22 {
23 }