1<?php
2
3namespace ComboStrap;
4
5class ExceptionNotSupported extends ExceptionCompile
6{
7
8
9}
10