1<?php
2
3
4namespace ComboStrap;
5
6
7
8/**
9 * Class RuntimeException
10 * @package ComboStrap
11 *
12 * An exception thrown during test when
13 * we exit
14 *
15 * We can then test
16 * if we receive the wanted exception
17 */
18class ExceptionExit extends ExceptionRuntime {
19}
20