xref: /plugin/combo/ComboStrap/ExceptionInternal.php (revision 04fd306c7c155fa133ebb3669986875d65988276)
1<?php
2
3namespace ComboStrap;
4
5/**
6 * Php problem such as Reflection problem
7 */
8class ExceptionInternal extends ExceptionCompile
9{
10
11
12}
13