root/components/codeReflection/CodeReflectionException.class.php

5986
1
<?php
1
<?php
2
/**
2
/**
3
 * CodeReflectionException - to the Exceptions of the component Code Reflection
4
 * 
5
 * @package CodeReflection
6
 */
7
8
/**
3
 * Code Reflection Exception
9
 * Code Reflection Exception
4
 *
10
 *
5
 * @author Thiago Henrique Ramos da Mata <thiago.henrique.mata@gmail.com>
11
 * @author Thiago Henrique Ramos da Mata <thiago.henrique.mata@gmail.com>
6
 * @package CodeReflection
7
 */
12
 */
8
class CodeReflectionException extends Exception {}
13
class CodeReflectionException extends Exception {}
9
?>
14
?>