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\Http
12 */
13
14 namespace Slimore\Http;
15
16 /**
17 * Class Exception
18 *
19 * @author Pandao
20 * @package Slimore\Http
21 */
22
23 class Exception extends \RuntimeException
24 {
25 }