PluginProbe
System Dashboard / 2.8.3
System Dashboard v2.8.3
trunk 1.0.0 1.1.0 1.1.1 1.2.0 1.3.0 1.3.1 1.3.2 1.4.0 1.5.1 1.5.2 1.6.0 1.7.1 1.7.2 1.8.0 1.9.0 2.0.0 2.0.1 2.0.2 2.1.0 2.1.1 2.1.2 2.1.3 2.2.0 2.2.1 All 62 releases
system-dashboard / vendor / phpdocumentor / reflection / src / phpDocumentor / Reflection / Exception.php

Exception.php in System Dashboard 2.8.3, at vendor/phpdocumentor/reflection/src/phpDocumentor/Reflection/Exception.php

24 lines 594 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php
2 /**
3 * phpDocumentor
4 *
5 * PHP Version 5.3
6 *
7 * @author Mike van Riel <mike.vanriel@naenius.com>
8 * @copyright 2010-2012 Mike van Riel / Naenius (http://www.naenius.com)
9 * @license http://www.opensource.org/licenses/mit-license.php MIT
10 * @link http://phpdoc.org
11 */
12 namespace phpDocumentor\Reflection;
13
14 /**
15 * An exception specifically originating from the Reflection component.
16 *
17 * @author Mike van Riel <mike.vanriel@naenius.com>
18 * @license http://www.opensource.org/licenses/mit-license.php MIT
19 * @link http://phpdoc.org
20 */
21 class Exception extends \Exception
22 {
23 }
24