1<?php
2
3namespace ComboStrap;
4
5/**
6 * Php problem such as Reflection problem
7 */
8class ExceptionInternal extends ExceptionCompile
9{
10
11
12}
13