root/components/codeInstrumentation/CodeInstrumentationException.class.php
| 59 | 86 | ||
|---|---|---|---|
1 | <?php | 1 | <?php |
2 | /** | 2 | /** |
3 | * CodeInstrumentationException to the exceptions of the component | ||
4 | * @package CodeInstrumentation | ||
5 | */ | ||
6 | |||
7 | /** | ||
3 | * Code Instrumentation Exception | 8 | * Code Instrumentation Exception |
4 | * | 9 | * |
5 | * @author Thiago Henrique Ramos da Mata <thiago.henrique.mata@gmail.com> | 10 | * @author Thiago Henrique Ramos da Mata <thiago.henrique.mata@gmail.com> |
6 | * @package CodeInstrumentation | ||
7 | */ | 11 | */ |
8 | class CodeInstrumentationException extends Exception {} | 12 | class CodeInstrumentationException extends Exception {} |
9 | ?> |
Download diff