/home/davert/Downloads/code/Codeception
/
src
/
Codeception
/
Exception
/
TestRuntime.php
Code Coverage
Classes and Traits
Functions and Methods
Lines
Total
100.00%
1 / 1
CRAP
TestRuntime
100.00%
1 / 1
0
1
<?php
2
namespace Codeception\Exception;
3
4
class TestRuntime extends \RuntimeException
5
{
6
7
}