Files
farmOS-dev/vendor/brianium/paratest/src/Coverage/EmptyCoverageFileException.php
2024-12-10 15:08:16 +01:00

13 lines
171 B
PHP

<?php
declare(strict_types=1);
namespace ParaTest\Coverage;
use RuntimeException;
/** @internal */
final class EmptyCoverageFileException extends RuntimeException
{
}