Files
budget_analyser/vendor/nunomaduro/collision/src/Exceptions/TestOutcome.php
TiclemFR 884eb3011a 🎉
2023-12-29 16:00:02 +01:00

16 lines
189 B
PHP

<?php
declare(strict_types=1);
namespace NunoMaduro\Collision\Exceptions;
use PHPUnit\Framework\Exception;
/**
* @internal
*/
final class TestOutcome extends Exception
{
// ...
}