in src/ProgressEvent.hack [120:128]
public function __construct(
string $path,
classname<HackTest> $class,
string $testMethod,
?(arraykey, Container<mixed>) $dataProviderRow,
private \Throwable $ex,
) {
parent::__construct($path, $class, $testMethod, $dataProviderRow);
}