TestRuntimeException.php 97 Bytes
<?php
namespace Codeception\Exception;

class TestRuntimeException extends \RuntimeException
{
}