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